修改密码:
use mysql
update user set password=password('xxx') where user='root' and host='localhost';
远程连接:
grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option;
flush privileges;
修改密码:
use mysql
update user set password=password('xxx') where user='root' and host='localhost';
远程连接:
grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option;
flush privileges;
Google Chrome
Windows 10
Google Chrome
Windows 10