Click to See Complete Forum and Search --> : apache and mysql
crow2icedearth2
11-30-2003, 10:26 PM
Heres what im need to know how to do
I have a www apache web server machine and i want it to be able to talk with my mysql database server two machines on the same network /// How do i do this? do i have to use the insecure NFS ? I hope not
thanks
ph34r
11-30-2003, 11:02 PM
Apache doesn't talk to the mysql server... the programming language you use does. PHP and others should be able to get to the sql box via name/ip, port number, and username/password info.
crow2icedearth2
12-01-2003, 01:41 PM
thanks im new to PHP and mysql.
apache i have been using for a while .
thanks
any good tutorials on how to set mysql and gettting it to work with
PHP ?
Sure ;)
http://www.google.com/linux?hl=en&lr=&ie=ISO-8859-1&q=guide+apache+and+mysql&btnG=Google+Search
crow2icedearth2
12-03-2003, 04:10 PM
so is it possible to have a apache,PHP box communiate with
a mysql box ? and if so how . Im new to PHP and mysql but know other programming langauges....
sharth
12-03-2003, 04:23 PM
when using php, you tell it the ip address of the mysql server, so its simple. Its in any explination of how to make a php and mysql based page. (normally the ip is 127.0.0.1, but for you its the location of the mysql box)
crow2icedearth2
12-03-2003, 04:50 PM
thanks man..... thats what i though but wasnt sure.....
so it will be my LAN ip then..... 192.x.x.x