Page 1 of 1

cant access mysqlserver

PostPosted: Tue Jul 07, 2009 1:16 pm
by squid9_
i have 1 dialer
i have 1 mysql server

both vicidialnow latest version

i already grant full access to user cron, but still i cant remote access to mysql server.

i configured dialer to connect to mysql server via /etc/astguiclient.conf.

please help, thanks

PostPosted: Tue Jul 07, 2009 1:42 pm
by Op3r
check your iptables :)

PostPosted: Tue Jul 07, 2009 1:49 pm
by squid9_
how? newbie here thanks

PostPosted: Tue Jul 07, 2009 3:13 pm
by squid9_
thanks master google... i got the solution

thanks 0p3r for the hint...

PostPosted: Tue Jul 07, 2009 3:40 pm
by Op3r
thats more like it.

Now what did you do to solve your problem?

and kinda change this thread to resolve?

PostPosted: Tue Jul 07, 2009 4:49 pm
by squid9_
i edit my iptables config:

-A RH-Firewall-1-INPUT -m tcp -p tcp -s IP_ADDRESS --dport 3306 -j ACCEPT

refer to this link

http://www.eflo.net/VICIDIALforum/viewt ... t=iptables