Am 17:44 30.03.2001 schrieb Herman Pool:
>Hi out there,
>
>I'm new with MySQL.
>I have installed Linux 6.0 and MySQL 3.23.33
>
>This happens when I want to create a database:
>
>[mysql@nestorix mysql]$ mysql
>Welcome to the MySQL monitor. Commands end with ; or \g.
>Your MySQL connection id is 49 to server version: 3.23.33
>Type 'help;' or '\h' for help. Type '\c' to clear the buffer
>mysql> create database java_db;
>ERROR 1044: Access denied for user: '@localhost' to database 'java_db'
>mysql> \q
>Bye
>[mysql@nestorix mysql]$
>
>
>Why?
>What did I do wrong?
>Any ideas?
>
>
>with kind regards,
>
>Herman Pool
>Nibble Consultancy b.v.
>Oude Amersfoortseweg 22
>1213 AD  Hilversum
>The Netherlands
>tel: +31 (0)35 6217619
>fax:: +31 (0)35 6219819
>www.nibble.nl

have you tried
mysql -u root?
Normally only user root has all privileges
Create others with GRANT, check manual

Check
http://www.mysql.com/doc/A/c/Access_denied.html
http://www.mysql.com/doc/G/R/GRANT.html

Hope it helps

regards

Sven Huster
Senior Unix System Administrator
*BSD, Linux, Solaris


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