|
我在RH8中做了一个PHPNUKE,而在调用MYSQL库时,我只能用ROOT账号,请问我如何建立一个单独管理这个库文件的账号?
我试了几次没有成功.
能不能解释一下下面完成的作用和它们的区别:
>grant select,insert,update,delete on *.* to test1@"%" Identified by "abc";
>grant select,insert,update,delete on mydb.* to test2@localhost identified by "abc";
>grant select,insert,update,delete on mydb.* to test2@localhost identified by "";
等待! |
|