|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
We've co-located two machines with our ISP. we would like to use one machine as the MySQL database server and the other machine as a web server. The web server would use PHP/Apache to request the data from the database server.
Has anyone out there done something like this? Dave |
|
#2
|
|||
|
|||
|
Sure, that is definately possible.
You just need to make sure that MySQL's permissions are setup to allow connections from the other computer, and when you do a mysql_connect you put the mysql servers's adrress in rather than localhost. Hope that helps. |
|
#3
|
|||
|
|||
|
Thanks. I'll try it.
|
|
#4
|
|||
|
|||
|
It works well across the Internet as well URL
I recently setup queries to servers at remote property locations (other states) using the method above and the Internet for a backbone. |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Can you use MySQL in multi-tiered environment? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|