[EMAIL PROTECTED] wrote:

mysql> create database test1;
ERROR 1006: Can't create database 'test1'. (errno: 13)

In the bin directory of your installation, you should have a program named 'perror' that will interpret MySQL error messages, as in:

prompt$ perror 13
Error code  13:  Permission denied
prompt$

In this case, it indicates the *MySQL process* doesn't have proper
file system permissions to create the new database; you need to fix
that...

HTH!
--
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

dream. code.



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to