溫馨提示:您的每一次轉載,體現了我寫此文的意義!!!煩請您在轉載時注明出處http://www.tkk7.com/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 © 雪山飛鵠