您的位置:首页 > 数据库 > MySQL

mysql 赋给用户权限 grant all privileges on

2011-03-22 10:29 411 查看
遇到了 SQLException: access denied for  @'localhost' (using password: no) 解决办法   grant all privileges on *.* to joe@localhost identified by '1';                   flush privileges; 拿  joe    1 登陆 附: mysql> grant 权限1,权限2,…权限n on 数据库名称.表名称 to 用户名@用户地址 iden
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: