温馨提示:您的每一次转载,体现了我写此文的意义!!!烦请您在转载时注明出处http://www.blogjava.net/sxyx2008/谢谢合作!!!

雪山飞鹄

温馨提示:您的每一次转载,体现了我写此文的意义!!!烦请您在转载时注明出处http://www.blogjava.net/sxyx2008/谢谢合作!!!

BlogJava 首页 新随笔 联系 聚合 管理
  215 Posts :: 1 Stories :: 674 Comments :: 0 Trackbacks

mysql添加用户

先以root用户登入
选择要添加的数据库(jbpm)
use jbpm
grant all on jbpm to scott@localhost identified by 'scott'

删除用户

mysql -uroot -proot
use mysql
delete from user where user='scott' and host='localhost';
flush privileges;

posted on 2011-06-18 14:08 雪山飞鹄 阅读(520) 评论(0)  编辑  收藏 所属分类: database

只有注册用户登录后才能发表评论。


网站导航: