File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ services:
66 - mysql
77before_script :
88 - mysql -uroot -e "CREATE DATABASE IF NOT EXISTS \`express-admin-simple\` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;"
9- - mysql -uroot -e "CREATE DATABASE IF NOT EXISTS \`express-admin-stress\` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;"
109 - mysql -uroot -e "CREATE DATABASE IF NOT EXISTS \`express-admin-empty\` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;"
1110 - mysql -uroot -e "CREATE USER liolio@localhost IDENTIFIED BY 'karamba';"
1211 - mysql -uroot -e "GRANT ALL PRIVILEGES ON \`express-admin-simple\`.* TO liolio@localhost IDENTIFIED BY 'karamba';"
13- - mysql -uroot -e "GRANT ALL PRIVILEGES ON \`express-admin-stress\`.* TO liolio@localhost IDENTIFIED BY 'karamba';"
1412 - mysql -uroot -e "GRANT ALL PRIVILEGES ON \`express-admin-empty\`.* TO liolio@localhost IDENTIFIED BY 'karamba';"
You can’t perform that action at this time.
0 commit comments