Hi,
I want to run a php/mysql application. I want to give it as much BW and processor speed as possible, but unfortunately I don't have access to server grade computers.
I am wondering whether I would see a large performance gain if I split the system into one php/net box and one mysql database server.
Will this make my system appreciably faster ?
Do you think it's worth it ?
How can I connect the linux servers together ... specifically what connection string would I use mysql> create database mydatabase ?
What are the major security issues involved here ?
Thanks,
I want to run a php/mysql application. I want to give it as much BW and processor speed as possible, but unfortunately I don't have access to server grade computers.
I am wondering whether I would see a large performance gain if I split the system into one php/net box and one mysql database server.
Will this make my system appreciably faster ?
Do you think it's worth it ?
How can I connect the linux servers together ... specifically what connection string would I use mysql> create database mydatabase ?
What are the major security issues involved here ?
Thanks,