Search found 3 matches

by ontherun
Sun Jul 23, 2006 9:46 pm
Forum: Webserver and configuration
Topic: 2 Servers - Web server and MySQL Server
Replies: 5
Views: 14138

HI,
in what OS your MySQL server is installed? E.g. in Linux usually it is located in /etc/my.cnf while in Windows it is located in C:\my.cnf . Please check also the firewall configurations, if any, betwwen the two hosts: TCP 3306 traffic to the DB server must be enabled.


Windows 2000 (both ...
by ontherun
Sun Jul 23, 2006 4:44 pm
Forum: Webserver and configuration
Topic: 2 Servers - Web server and MySQL Server
Replies: 5
Views: 14138

Hi,

do you get a connection from the console from the webserver to the database server? Do you enabled the "skip-networking" option in the my.cnf MySQL configuration file?

bye
Thorsten

I have not been able to connect other than local.
and I have searched for the my.cnf file and did not locate ...
by ontherun
Sun Jul 23, 2006 3:16 am
Forum: Webserver and configuration
Topic: 2 Servers - Web server and MySQL Server
Replies: 5
Views: 14138

2 Servers - Web server and MySQL Server

We have 2 servers on an internal doman network

MySQL server 3rd-stone004 - 192.168.1.4
Web server 3rd-stone005 - 192.168.1.5

phpMyFAQ Setup

MySQL server: 192.168.1.4:3306
MySQL username: root
MySQL password: test
MySQL database: faq
Table prefix:

Error:

No connection to the MySQL server could ...