命令行连接!
1、mysql -u root -p123456 #连接数据库
2、update mysql.user set authentication_string=password('123456') where user='root' and Host
命令行连接!
1、mysql -u root -p123456 #连接数据库
2、update mysql.user set authentication_string=password('123456') where user='root' and Host