Host empty when creating a new DB
Host empty when creating a new DB
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.
Any solution?
In other servers that I have that are not on Azure everything works great.
Re: Host empty when creating a new DB
/usr/local/vesta/conf/vesta.conf ->
/usr/local/vesta/conf/mysql.conf ->
Do you have those records in config files?
Is mysql running and accessible from localhost?
Code: Select all
DB_SYSTEM='mysql'
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'
Is mysql running and accessible from localhost?