re: No port listed

2002-12-02 Thread Egor Egorov
David, Saturday, November 30, 2002, 4:57:58 AM, you wrote: DHM> I'm running mysql 3.23.53 on Red hat linux 7.1. DHM> When i do mysqladmin version, it does not list a port and Because you connect to a Unix socket, not to a TCP/IP port. DHM> when I do mysqladmin -h 'hostname' version, it says tha

RE: No port listed

2002-11-30 Thread David Lubowa
what you can do is check if port 3306 is listening try lsof -i :3306 and about connecting to a remote mysql server via the -h switch check your firewall to see if your IP or whatever you specify is allowed to connect to the mysql server. If it is not that try and add a -u and -p switch to the com