diff --git a/mysql8-set.txt b/mysql8-set.txt new file mode 100644 index 0000000..8a1fba9 --- /dev/null +++ b/mysql8-set.txt @@ -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; \ No newline at end of file