首先计入到mysql的客户端命令行。
然后:
mysql>grant all privileges on *.* to 'root'@'localhost' identified by '你的密码' with grant option;
mysql>flush privileges;
执行完这两条命令之后就可以了。。。。。。
首先计入到mysql的客户端命令行。
然后:
mysql>grant all privileges on *.* to 'root'@'localhost' identified by '你的密码' with grant option;
mysql>flush privileges;
执行完这两条命令之后就可以了。。。。。。