[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] mysqladmin not working with PkgMaster RaQ3-RaQ 4-MySQL-3.23.54-1.pkg
- Subject: RE: [cobalt-users] mysqladmin not working with PkgMaster RaQ3-RaQ 4-MySQL-3.23.54-1.pkg
- From: BSmith@xxxxxxxxxxx
- Date: Thu Mar 6 14:48:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: David [mailto:admin@xxxxxxxxxx]
Subject: Re: [cobalt-users] mysqladmin not working with PkgMaster
RaQ3-RaQ4-MySQL-3.23.54-1.pkg
[root /root]# mysqladmin -u root -p
[root /root]# mysqladmin ping
Thanks, .. David
_____________________________________
TRY THIS:
mysqladmin -uroot -p ping
NO SPACE BETWEEN U & USENAME.
if you want to enter the password
mysqladmin -uroot -ppassword ping
example:
[root /root]# mysqladmin -uroot -p ping
Enter password:
mysqld is alive
[root /root]# mysqladmin -uroot ping
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: NO)'
[root /root]#
RTFM!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!