MySQL (\'root\'@\'%\') does not exist的问题
MySQL (\’root\’@\’%\’) does not exist的问题
exist。
mysql -u root -pPasswd
mysql >grant all
privileges on *.* to root@”%” identified by “Passwd”
mysql >flush
privileges;
MySQL (\’root\’@\’%\’) does not exist的问题
mysql -u root -pPasswd
mysql >grant all
privileges on *.* to root@”%” identified by “Passwd”
mysql >flush
privileges;