mysql添加用戶
先以root用戶登入
選擇要添加的數(shù)據(jù)庫(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;
雪山飛鵠溫馨提示:您的每一次轉(zhuǎn)載,體現(xiàn)了我寫此文的意義!!!煩請您在轉(zhuǎn)載時注明出處http://www.aygfsteel.com/sxyx2008/謝謝合作!!! |
mysql添加用戶
先以root用戶登入
選擇要添加的數(shù)據(jù)庫(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;
只有注冊用戶登錄后才能發(fā)表評論。 | ||
![]() |
||
網(wǎng)站導航:
博客園
IT新聞
Chat2DB
C++博客
博問
管理
|
||
相關文章:
|
||