MySQL Forums
Forum List  »  Newbie

Re: I'm so not getting this
Posted by: Paul McArdle
Date: July 16, 2005 07:34PM

mysqld probably is using a sock at /var/lib/mysql/mysql.sock

You can tell various client to use another sock, I think --sock= can be used on all of them.
mysql -uroot -ppassword -S/var/lib/mysql/mysql.sock
mysqladmin -uroot -ppassword --sock=/var/lib/mysql/mysql.sock extended-status

Options: ReplyQuote


Subject
Written By
Posted
July 16, 2005 05:32PM
Re: I'm so not getting this
July 16, 2005 07:34PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.