Forum Moderators: phranque
This is the first time I will be using a server for only mysql.
The server has CentOS 5 installed.
What else do I need to install? I just installed mysql with the yum command. I need apache right?
Anything else?
What is the best way to take an existing database from another server and put it on this server? Then how do I make so that the site on web server is able to connect to the database on the mysql server?
What security measures do I need to take?
Thank you!
What else do I need to install? I just installed mysql with the yum command. I need apache right?
Anything else?
What is the best way to take an existing database from another server and put it on this server?
Then how do I make so that the site on web server is able to connect to the database on the mysql server?
What security measures do I need to take?
ftp server
Unless you and the server are on a completely trusted local network, install ssh instead of ftp.
It gives you a secure command line and secure file transfers (using sftp or rsync).
What security measures do I need to take?
One thing you need is to have a firewall configured so only your webserver can connect to MySQL remotely, and the only other open port is ssh.