Page 1 of 1
Remote mysql
Posted: Sat Jun 07, 2014 10:25 am
by peshte
Hi.
I see that the remote mysql is activated by default for all users.
Is this safe?
Re: Remote mysql
Posted: Mon Jun 09, 2014 7:29 pm
by MyKEcz
It's not recommended to have open mysql port to world, just for specific IP address for example via IPTables.
Re: Remote mysql
Posted: Sun Jun 15, 2014 11:18 pm
by fremeni
Hi, on your guide i've found this command that connect an external mysql db server
v-add-database-host mysql new-server.com root password
When i lunch it, filled with my datas, centos answer me "bash: list-database-hosts: command not found"
Where is my mistake?
Re: Remote mysql
Posted: Sat Jun 21, 2014 7:11 am
by peshte
MyKEcz wrote:It's not recommended to have open mysql port to world, just for specific IP address for example via IPTables.
So I was tough.
By default, the remote mysql is open to the world.
Re: Remote mysql
Posted: Sat Jun 28, 2014 6:21 pm
by imperio
Hi,
When i lunch it, filled with my datas, centos answer me "bash: list-database-hosts: command not found"
Where is my mistake?
try to specify the full path to the command
Code: Select all
sudo /usr/local/vesta/bin/v-list-database-hosts
Re: Remote mysql
Posted: Thu Sep 25, 2014 8:56 am
by fremeni
Hi All,
The command now works, but on rackspace for example, vesta save the db information in panel but don't create the db on rackspace cloud db.
Any suggestion?