[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



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