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
echo"MySQL failed to start and configure after 15 seconds"
89
+
else
90
+
echo"MySQL successfully started"
91
+
fi
92
+
}
93
+
70
94
mariadb() {
71
95
mariadb_11_1
72
96
}
@@ -863,7 +887,7 @@ tidb_5_1() {
863
887
echo"Waiting for TiDB to start..."
864
888
sleep 3
865
889
done
866
-
$CONTAINER_CLI run --link tidb:tidb -it --rm docker.io/mysql:8.0.31 mysql -htidb -P4000 -uroot -e "create database hibernate_orm_test; create user 'hibernate_orm_test' identified by 'hibernate_orm_test'; grant all on hibernate_orm_test.* to 'hibernate_orm_test';"
890
+
$CONTAINER_CLI run --link tidb:tidb -it --rm docker.io/mysql:8.2.0 mysql -htidb -P4000 -uroot -e "create database hibernate_orm_test; create user 'hibernate_orm_test' identified by 'hibernate_orm_test'; grant all on hibernate_orm_test.* to 'hibernate_orm_test';"
867
891
if [ "$n"-ge 5 ];then
868
892
echo"TiDB failed to start and configure after 15 seconds"
0 commit comments