View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 06:35 AM
untz
 
Posts: n/a
Default Access Denied When Trying to Create Database

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
Reply With Quote