You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brew services stop mysql;sleep 3;brew services start mysql &&
128
-
sleep 2 &&
129
-
/usr/local/Cellar/mysql/8.0.21/bin/mysql -e "create database diesel_test; create database diesel_unit_test; grant all on \`diesel_%\`.* to 'root'@'localhost';" -uroot
124
+
brew update
125
+
brew install mysql
126
+
brew services start mysql
127
+
brew services stop mysql;sleep 3;brew services start mysql
/usr/local/Cellar/mysql/${macos_mysql_version}/bin/mysql -e "create database diesel_test; create database diesel_unit_test; grant all on \`diesel_%\`.* to 'root'@'localhost';" -uroot
0 commit comments