給MySQL添加root用戶的遠程權限

#mysql -uroot -p123456 >use mysql; >select host,user,password from user; >create user 'root'@'%' identified by '123456'; >grant all on *.* to root@'%' identified by '123456'; >exit
相關文章
相關標籤/搜索