I am trying to get version 4 up and running on Alpha VMS 7.3-1.
I got the process running but every time I try to run admin or mysql against
it is say it can not connect to it
I get this error
ALPHA1::VMS> mysql -u user -p
Enter password:

                ERROR 2005: Unknown MySQL Server Host 'local host' (0)

if I enter the local IP address I get this
ALPHA1::VMS> mysql -h 192.168.1.110 -u user -p
Enter password:

                ERROR 2003: Can't connect to MySQL server on '192.168.1.110'
(61)

what did I miss on the install ? or something !!






-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to