[EMAIL PROTECTED] wrote:
> 
> The port and socket information all appears to be correct on both sides. the daemon 
>must be hearing the initial connection, as it builds a thread.  Should I rebuild with 
>MIT p-threads?  Or without libwrap?
> 
>   The version string of
> mysqld is "mysqld  Ver 3.23.51-debug for unknown-openbsd3.1 on i386"
> I am a non-root user, so I configured the build accordingly:
> ./configure --prefix=/home/luser/mysql\
> --with-tcp-port=33060\

Gary:

I believe you want the port on the server at 3306.  
./configure --prefix=/home/luser/mysql\
--with-tcp-port=3306

Otherwise from the client specify port 33060:
mysql -P 33060 -h hostname

Van
-- 
=================================================================
Linux rocks!!!   http://www.dedserius.com/
=================================================================

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to