Page 1 of 1

Host empty when creating a new DB

Posted: Mon Jul 18, 2016 11:38 am
by kandalf
I have 2 servers on Azure and in both since last Vesta update if I try to create a new DB the host selectbox is empty, I should have "localhost" to select but is empty and I can't create the DB.

Any solution?

In other servers that I have that are not on Azure everything works great.

Re: Host empty when creating a new DB

Posted: Wed Aug 24, 2016 7:18 am
by skurudo
/usr/local/vesta/conf/vesta.conf ->

Code: Select all

DB_SYSTEM='mysql'
/usr/local/vesta/conf/mysql.conf ->

Code: Select all

HOST='localhost' USER='root' PASSWORD='rootpassword' CHARSETS='UTF8,LATIN1,WIN1250,WIN1251,WIN1252,WIN1256,WIN1258,KOI8' MAX_DB='500' U_SYS_USERS='admin' U_DB_BASES='2' SUSPENDED='no' TIME='08:15:31' DATE='2015-12-08'
Do you have those records in config files?
Is mysql running and accessible from localhost?