Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ded027ad4b
|
|
@ -0,0 +1 @@
|
|||
docker exec -it mysql8 bash mysql -uroot -pgitlink_mysql_password use mysql; ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'gitlink_mysql_password'; FLUSH PRIVILEGES;
|
||||
Loading…
Reference in New Issue