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
* Caused by the release of url 2.1.1
See servo/rust-url#579 for details
* A mysql release seems to have broken the macos setup, so use a
absulute path there
brew services stop mysql;sleep 3;brew services start mysql &&
55
56
sleep 2 &&
56
-
mysql -e "create database diesel_test; create database diesel_unit_test; grant all on \`diesel_%\`.* to 'root'@'localhost';" -uroot
57
+
/usr/local/Cellar/mysql/8.0.19/bin/mysql -e "create database diesel_test; create database diesel_unit_test; grant all on \`diesel_%\`.* to 'root'@'localhost';" -uroot
0 commit comments