In VestaCP MySQL root password is stored at :
How to change the VestaCP MySQL root password?
Use the mysql command to change password:
/usr/local/vesta/conf/mysql.conf
How to change the VestaCP MySQL root password?
Use the mysql command to change password:
And then you have to update the VestaCP mysql.conf file with your new password:mysqladmin -u root -p OldPassword password 'NewPassword'
nano /usr/local/vesta/conf/mysql.conf