in reply to Re: Create new user in MySQLin 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