Issue changing mysql password on Debian
- by Sean
I installed mysql on my Debian server. I couldn't get into the database because it kept saying I put in the wrong password so I looked on the internet and found that I could log onto mysql using the command sudo mysql --defaults-file=/etc/mysql/debian.cnf
From there I went typed use mysql;then mysql> UPDATE user SET…