-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
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
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