File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,13 @@ jobs:
6363 run : |
6464 set -xv
6565 # set up mysql database
66- sudo sed -i -e '/^\[mysqld\]/,/^\[mysql/s/^#* *max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/mysql.conf.d/mysqld.cnf
66+ sudo sed -i -e '/^\[mysqld\]/,/^\[mysql/s/^#* *max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/mysql.conf.d/mysqld.cnf; sleep 3
6767 tail -n +0 /etc/mysql/my.cnf /etc/mysql/mysql.conf.d/mysqld.cnf
68+ grep max_allowed /etc/mysql/mysql.conf.d/mysqld.cnf
6869 ls /etc/mysql/conf.d/ /etc/mysql/mysql.conf.d/
69- sudo service mysql restart
70+ sleep 5
71+ sudo service mysql restart; sleep 30
72+ ps -ef | grep mysqld
7073 sudo mysql -u root --protocol SOCKET -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
7174
7275 - name : install redis
You can’t perform that action at this time.
0 commit comments