hi
i find root mysql pass in $HESTIA/conf/mysql.conf
but when i got to http://domaine.com/phpyadmin
login : root
pass : password in mysql.conf
i can’t acces
i’m wrong ?
thanks
stéphan
hi
i find root mysql pass in $HESTIA/conf/mysql.conf
but when i got to http://domaine.com/phpyadmin
login : root
pass : password in mysql.conf
i can’t acces
i’m wrong ?
thanks
stéphan
Run:
mysql -e “ALTER USER ‘root’@‘localhost’ IDENTIFIED BY ‘$mpass’; FLUSH PRIVILEGES;”
Where $mpass = rootpass word in config file
I noticed that there is
CHARSETS=‘UTF8,LATIN1,WIN1250,WIN1251,WIN1252,WIN1256,WIN1258,KOI8’
in hestia’s mariadb config. Can I add UTF8MB4 to that list by adding it to that conf?