on 12/5/2002 9:21 pm, Phil Dobbin at [EMAIL PROTECTED] wrote:

> Well, I finally got in but now I get a 1044 error:
> 
> [localhost:~] phil% mysql -p
> Enter password: 
> Welcome to the MySQL monitor.  Commands end with ; or \g.
> Your MySQL connection id is 37 to server version: 3.23.49-entropy.ch
> 
> Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
> 
> mysql> create database CONTACT;
> ERROR 1044: Access denied for user: '@localhost' to database 'CONTACT'
> mysql> 
> 
> Any thoughts on this one? Basically I need to access the user tables but it
> will not let me any further than here.

Hi Phil,

Try 

[localhost:~] phil% mysql -u root -p

(the default root password is left blank).

David B.




---------------------------------------------------------------------
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

Reply via email to