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
Copy file name to clipboardExpand all lines: azure-pipelines.yml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,9 @@ jobs:
94
94
maxParallel: 10
95
95
matrix:
96
96
v80:
97
-
DB_VERSION: "8-debian"
97
+
DB_VERSION: "8.0-debian"
98
98
v57:
99
-
DB_VERSION: "5-debian"
99
+
DB_VERSION: "5.7-debian"
100
100
v56:
101
101
DB_VERSION: "5.6"
102
102
steps:
@@ -114,9 +114,13 @@ jobs:
114
114
displayName: Run MySql in Docker
115
115
- bash: |
116
116
docker exec container bash -l -c "mysql -uroot -ppassword -e \"SET old_passwords = 1; GRANT ALL PRIVILEGES ON *.* TO 'root2'@'%' IDENTIFIED WITH mysql_old_password AS 'password'; SET PASSWORD FOR 'root2'@'%' = OLD_PASSWORD('password')\"";
0 commit comments