> Hello, > Just recently I started having problems creating and deleting databases... > When I login as the user root I get this error when I try and create or > delete a DB. > > ERROR 1006: Can't create database 'tier2'. (errno: 13) > > I am fully aware that the errno: 13 is a permissions denied error code.
Check the datadir for your mysql database and make sure it is writable by the username associated with the mysql daemon. The mysql root user by default doesn't require any special permissions to do any form of administration through the MySQL client....your error probably lies with directory permission problems. Sincerely, Craig Vincent --------------------------------------------------------------------- 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