Forum archive
How to reset MYSQL password for user root
Hi, I'm using turnkey redmine 2.2.3 appliance. Unfortunately I forgot MYSQL root password and can't find procedure to reset password. I found this solutin on:
http://www.cyberciti.biz/faq/mysql-reset-lost-root-password/
...but itisn't work for the redmine appliance. I'm not so familiar with lunux and MYSQL DB, and I'm afraid to lose imprtant projects on my redmine.
Can you help me on this problem? I'll be gratefull.
Try rerunning the initialization routine as root:
You can also run just the mysqlconf.py script directly:
FWIW, it uses the debian-sys-maint account credentials.