Hi,
I am trying to build a php/mysql web app and host it on two Ubuntu linux servers. I want one to handle all of the mysql work and the other to act as the network/php/file server.
I'm fairly new to linux, and as such I am wondering is there anything in particular I should watch out for in this setup ?
But my main question is this, I want the php/network server to be able to build databases on the mysql server. So on the one server I guess it would look like
mysql> create database database;
But is there an easy, quick and safe way for one of my machines to issue orders to the other one to create databases ?
Thanks
I am trying to build a php/mysql web app and host it on two Ubuntu linux servers. I want one to handle all of the mysql work and the other to act as the network/php/file server.
I'm fairly new to linux, and as such I am wondering is there anything in particular I should watch out for in this setup ?
But my main question is this, I want the php/network server to be able to build databases on the mysql server. So on the one server I guess it would look like
mysql> create database database;
But is there an easy, quick and safe way for one of my machines to issue orders to the other one to create databases ?
Thanks