VestaCP: default root mysql password


Info mysql password store on /usr/local/vesta/conf/mysql.conf

[root@tutorialspots ~]# cat /usr/local/vesta/conf/mysql.conf
HOST='localhost' USER='root' PASSWORD='CyRjp4fJ3A' CHARSETS='UTF8,LATIN1,WIN1250,WIN1251,WIN1252,WIN1256,WIN1258,KOI8' MAX_DB='500' U_SYS_USERS='admin' U_DB_BASES='2' SUSPENDED='no' TIME='11:59:25' DATE='2020-06-11'

See:

PASSWORD='CyRjp4fJ3A'

Done!

[root@hfood ~]# mysql -uroot -pCyRjp4fJ3A
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 5282
Server version: 5.5.65-MariaDB MariaDB Server

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]>

Leave a Reply