File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,13 @@ jobs:
6262 sleep 5
6363 sudo service mysql restart; sleep 30
6464 ps -ef | grep mysqld
65- sudo mysql -u root -p "" --protocol SOCKET -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
65+ sudo mysql -u root -p root -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
6666
6767 - name : Install postgres
6868 run : |
6969 sudo apt-get install postgresql
70- # Disable fsync for speed, don't care about data durability when testing
70+ # Disable fsync for speed, don't care about data durability
71+ # when testing
7172 sudo sed -i -e '$a\fsync = off' /etc/postgresql/*/*/postgresql.conf
7273 sudo service postgresql restart; sleep 30
7374 # set up postgresql database
You can’t perform that action at this time.
0 commit comments