mysql8.0
时间:2021-09-12 05:24:53
收藏:0
阅读:42
1、caching_sha2_password
ALTER USER root@localhost IDENTIFIED WITH mysql_native_password BY ‘111111‘; flush privileges
2、set global time_zone = "+8:00";
set persist time_zone = "+8:00";
原文:https://www.cnblogs.com/cbugs/p/15251763.html
评论(0)