This really isn't a bug,  just an  a bit of information

I copmiled MySQL for Solaris 9 on an UltraSPARC using gcc-2.95.3.

If you compile MySQL with the option --with-libwrap  for tcp wrappers
support,  and then try to run the test cases, they will not fail, but
they will hang.  If you compile MySQL for debugging, you get a message
to the effect that the slave cannot connect to the master.

To resolve this problem, enter the localhost IP address (127.0.0.1) in
the /etc/hosts.allow.   I could not find this documented anywhere.  I
had included my machine's IP in /etc/hosts.allow but apparently this
wasn't enough, I still needed 127.0.0.1.

Perhaps some documentation for this would be helpful.

Stephen


---------------------------------------------------------------------
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