Hello there,

I am using MySQL 5 on OS X Tiger...

After starting the server, I tried to create a sample database and this is what what happened:

$ mysql -u untz -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4 to server version: 5.0.16-standard

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> create database people_development;
ERROR 1044 (42000): Access denied for user 'untz'@'localhost' to database 'people_development'
mysql>

What could I be possibly be doing wrong?

Many, many thanks,

untz

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

Reply via email to