温馨提示:您的每一次转载,体现了我写此文的意义!!!烦请您在转载时注明出处http://www.blogjava.net/sxyx2008/谢谢合作!!!
mysql添加用户
先以root用户登入选择要添加的数据库(jbpm)use jbpmgrant all on jbpm to scott@localhost identified by 'scott'
删除用户
mysql -uroot -prootuse mysqldelete from user where user='scott' and host='localhost';flush privileges;
Powered by: BlogJava Copyright © 雪山飞鹄