Adding Remote MySQL Database Server
Adding Remote MySQL Database Server
HELLO:
In regard to the following Vesta instructions:
1. It is assumed you already have your second server up and running.
2. On the first server run following command: v-add-database-host mysql new-server.com root password
3. To make sure eveyrhing is in order, check database host list
v-list-database-hosts
QUESTION 1: Does this setup a "secure" SSH connection to the remote server?
QUESTION 2: Can this server be a Percona Server which was set up from scratch?
THANKS !
In regard to the following Vesta instructions:
1. It is assumed you already have your second server up and running.
2. On the first server run following command: v-add-database-host mysql new-server.com root password
3. To make sure eveyrhing is in order, check database host list
v-list-database-hosts
QUESTION 1: Does this setup a "secure" SSH connection to the remote server?
QUESTION 2: Can this server be a Percona Server which was set up from scratch?
THANKS !
Re: Adding Remote MySQL Database Server
Nope, If you don't connect over SSL or some other encrypted tunnel, I would absolutely assume that anything you send or receive from MySQL is done so in clear text that can be intercepted.SANDPOND wrote: QUESTION 1: Does this setup a "secure" SSH connection to the remote server?
Docs:
https://dev.mysql.com/doc/refman/5.1/en ... tions.html
v-list-database-hosts see your Percona server? Then don't see any problem here.SANDPOND wrote:QUESTION 2: Can this server be a Percona Server which was set up from scratch?