Hey folks -

I have an installation of mysql 3.23 from debian stable, installed with apt-get. 

I'm trying to create users but I'm running into problems. I'm using phpmyadmin, and 
myabe that's the problem, I don't know. Here's something that confuses me:

$> mysql -uanna -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 143 to server version: 3.23.49-log

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

mysql> use dummy_database
ERROR 1044: Access denied for user: '@localhost' to database 'dummy_database'
mysql>

Why doesn't it show the user as '[EMAIL PROTECTED]' instead of '@localhost'?


Steve Lefevre
Network Administrator 
IMI International, Inc.
614.839.2500

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

Reply via email to