我的cpanel
中有一个用户和10个数据库,我希望使用sql
命令将此用户授予我主机中的所有数据库。
我用了这个命令:
grant all privileges on *.* to 'myacc_myuser'@localhost identified by 'mypass' with grant option;
但它给了我这个错误:
#1045 - Access denied for user 'myacc'@'localhost'
我如何解决这个问题?
感谢。