mysql客户端(Navicat)远程登录操作遇到问题1142

遇到此问题的原因是:用户user对数据库test 无权限操作。

解决方法:mysql> grant all privileges on test.* to user@'localhost' identified by 'password';

posted @ 2015-12-15 12:06  贱书生  阅读(722)  评论(0编辑  收藏  举报