in reply to Re: Re: Create new user in MySQL
in thread Create new user in MySQL

Use the $drh handle that you already have to issue the GRANT. If you use GRANT you dont need to worry about RELOAD

You should look over the documentation at www.mysql.com/documentation/index.html esp the section on setting up users http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Database_Administration.html#Adding_users

Regards,

Jeff

Replies are listed 'Best First'.
Re: Re: Re: Re: Create new user in MySQL
by gmishra (Sexton) on Apr 08, 2004 at 04:25 UTC
    Thanks so much.
    Gauravi