Installation from GoAutoDial .iso
Webmin 1.530 installed after GoAutoDial installation
(no other software installed after GoAutoDial installation)
Linux 2.6.18-238.9.1.el5.goPAE on i686
CentOS Linux 5.6
GoAutoDial CE 2.1
Default IP Address of 192.168.1.2
Hi,
I want to use "MySQL Workbench" to help in the management and updating of our customer information contained in the GoAutoDial system databases.
I have the "Workbench" software installed on a Windows-based computer. From this same Windows-computer, I am able to log onto the GoAutoDial system using Firefox, and access phpMyAdmin. I am also able to use SSH (using Putty) to gain access to the GoAutoDial box from this computer, and then I can also successfully log on to mysql using the command line interface. So, I presume the appropriate passwords are correct.
However, when I use MySQL Workbench to attempt to connect to the GoAutoDial MySQL server (192.168.1.2) (using the default port 3306), I get an error message that it can't connect.
I checked the iptables file, thinking perhaps that was the problem, and found the entry:
#-A RH-Firewall-1-INPUT -m tcp -p tcp --dport 3306 -j ACCEPT
So, I removed the "#" in front of the line, figuring this was "commenting out" this entry, and then rebooted the system.
But, still no go.
However, I don't know enough about Linux, and CentOS, and iptables to know if that is the right entry in the iptables file. Or, maybe there's something else I'm missing?
Any help would be greatly appreciated.