mysql remote to apache

2004-05-14 Thread rmck
Is there a good tutorial on installing Mysql on one machine and having Apache on another? I'm thinking on the server with Apache I guess you would just compile Apache with the mysql/php and in your php scripts just point to the hostname of the mysql server? Making sure you can talk to port

Re: mysql remote to apache

2004-05-14 Thread McKeever Chris
Just a thought - but do your web pages actually display all 150K records at once? YOu may want to change how your page requests and do limits, and just do grabs at 100 at a time, or so. UNless of course you are processing all 150K in one big calculation of some sort - but then, I wouldnt do

Re: mysql remote to apache

2004-05-14 Thread Jigal van Hemert
I'm thinking on the server with Apache I guess you would just compile Apache with the mysql/php and in your php scripts just point to the hostname of the mysql server? Making sure you can talk to port 3306. It's not a very big problem (loads of people have done it before you). - Make sure php