I have some experiences with MySQL at Mandriva.
Ping to Bubba works OK.
I try to connect to MySQL from a desktop.
First I tried with MySQL Browser.
This give me the following error:
Second I tried with the following command from the shell:Could not connect to host '192.168.0.82'.
MySQL Error Nr. 2003
Can't connect to MySQL server on '192.168.0.82' (111)
Code: Select all
[jan@Zebbie ~]$ mysql -h 192.168.0.82 -u root -p
Code: Select all
ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.0.82' (111)