mysql 有关用户的操作
摘要:
创建用户haven:create user 'haven'@'localhost' identified by 'haven'; 只允许本地连接create user 'haven' identified by 'haven'; 可远程连接的授权:grant all privileges on *.* to 'haven'@'localhost'; 将所有数据库的所有权限授权给本地的haven删除... 阅读全文
posted @ 2009-12-10 14:34 haven24 阅读(226) 评论(0) 推荐(0)
浙公网安备 33010602011771号