Merge remote-tracking branch 'origin/master'

This commit is contained in:
xxq250 2025-09-08 15:34:26 +08:00
commit ded027ad4b
1 changed files with 1 additions and 0 deletions

1
mysql8-set.txt Normal file
View File

@ -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;