Re: database permission

2003-11-10 Thread David T-G
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thierno, et al -- ...and then Thierno Cissé said... % % Hi Ketvin, % after you created your database kelvin_db for example, % you can set a account to use this database in this manner : % GRANT ALL PRIVILEGES ON user_name.* TO @localhost identified b

Re: database permission

2003-11-10 Thread Thierno Cissé
Hi Ketvin, after you created your database kelvin_db for example, you can set a account to use this database in this manner : GRANT ALL PRIVILEGES ON user_name.* TO @localhost identified by 'password_for_user'; GRANT ALL PRIVILEGES ON user_name.* TO @"%" identified by 'password_for_user'; Are usef

Re: database permission

2002-07-02 Thread Egor Egorov
Kaming, Tuesday, July 02, 2002, 10:00:00 AM, you wrote: K> I have a problem about the access permission of mysql. I found that the K> mysql client will be denied by the mysql server even I have granted the K> permission already. The mysql client has already run and can connect to K> the mysql ser