Admin-Stress, Tuesday, November 05, 2002, 12:41:08 AM, you wrote: AS> After playing around with 'test' database, then I would like to create my own database.
AS> I logged in into mysql using root account and created a database. AS> But, when I logged in using regular user, I got his error : AS> ERROR 1044: Access denied for user: '@localhost' to database 'card' AS> What necessary to do to create database? AS> I tried to create a database using regular user, still got same error. AS> I did change "create_priv='Y'" in user table from mysql database for this regular user. AS> Anyone know how the basic steps to create database? or any documentation/website resource would be AS> appreciated. Have you executed FLUSH PRIVILEGES after editing grant tables? GRANT command is easy in use to grant rights for users: http://www.mysql.com/doc/en/GRANT.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php