Well, where IS the socket?
If it is not where mysqladmin is looking, then you should add to
/etc/my.cnf:
[client]
socket=/tmp/mysql.sock
Substituting the correct full path/name for the socket.
Make sure /etc/my.cnf is world readable.
Mike Millner wrote:
>
> I've narrowed it down some. I'm no
I've narrowed it down some. I'm not finding the answer in archives. From the
manual I found these commands:
shell> mysqladmin version
shell> mysqladmin variables
shell> mysqladmin -h `hostname` version variables
shell> mysqladmin -h `hostname` --port=3306 version
shell> mysqladmin -h 'ip for your