Root password for the MySQL server Vestacp
Below a very simple way for both the root password for the MySQL server for the panel VESTACP.
The password from the mysql server is stored in the file /usr/local/vesta/conf/mysql.conf
We log into the ssh server as root and issue the command:
1 | cat /usr/local/vesta/conf/mysql.conf |
We should get a similar message in the console:
1 | HOST='localhost' USER='root' PASSWORD='ZAVoCD5hhK' CHARSETS='UTF8,LATIN1,WIN1250 ,WIN1251,WIN1252,WIN1256,WIN1258,KOI8' MAX_DB='500' U_SYS_USERS='admin' U_DB_BAS ES='2' SUSPENDED='no' TIME='09:04:57' DATE='2018-03-22' |
USER=’root’
PASSWORD=’ZAVoCD5hhK’
How easy is it, the default user is root and the password is ZAVoCD5hhK