in reply to Create new user in MySQL
You should issue the GRANT first - before you attempt to connect to the database.
The MySQL user authentication is actually managed in the mysql database - e.g. your list of users is in mysql.user.
Note that if you manipulate the mysql.* tables the changes do not take effect until you issue a reload.
Regards,
Jeff
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Create new user in MySQL
by gmishra (Sexton) on Mar 27, 2004 at 05:17 UTC | |
by jaa (Friar) on Apr 01, 2004 at 14:07 UTC | |
by gmishra (Sexton) on Apr 08, 2004 at 04:25 UTC |