On Fri, 21 Jun 2002 03:59:33 -0400
david <[EMAIL PROTECTED]> wrote:

> [root@RR davidwri]# mysqladmin version
> mysqladmin: connect to server at 'localhost' failed
> error: 'Access denied for user: 'root@localhost' (Using password: NO)'

> [root@RR davidwri]# mysql -u root -p mysql
> Enter password:
> Reading table information for completion of table and column names
> You can turn off this feature to get a quicker startup with -A

Everytime you do :
mysql or mysqladmin

you have to add these parameters :
-u root -p 

e.g. :

mysqladmin -u root -p version

mysql -u root -p [databasename]

-- 
Let's call it an accidental feature.
        -- Larry Wall

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