6

After installing Mythbuntu, I am unable to access MySQL as I don't remember setting a root password. What is the default password?

Kevin Bowen
  • 20,055
  • 57
  • 82
  • 84
tgm4883
  • 8,062

3 Answers3

4

Early versions allowed blank root password. Newer versions set root password to the main user login password during the install.

tgm4883
  • 8,062
1

Please reset MySQL password as below:

  1. Ctrl + Alt + T to launch terminal
  2. sudo dpkg-reconfigure mysql-server-5.5
  3. New password for the MySQL "root" user: mysqlsamplepassword
  4. Repeat password for the MySQL "root" user: mysqlsamplepassword

Wish it helps!

Have a nice day!

0

MYSQL Administrator gives great Management GUI with debian-sys-maint account whose username and password are present in /etc/mysql/debian.cnf you can configure all accounts as super user

see if it helps