Thank you shankao. After MySQL password reseting everything starts working well and phpmyadmin completed installations. Here is my solution: MySQL HACK-> Can NOT log-in - Access denied:
look for more here-> http://ubuntuforums.org/showthread.php?t=346390 ------------- $ mysql -u root mysql>use mysql; mysql> INSERT INTO user (host, user, password, select_priv, insert_priv, update_priv) VALUES ('localhost', 'mysqluser', PASSWORD('secret'), 'Y', 'Y', 'Y'); Query OK, 1 row affected (0.20 sec) mysql> FLUSH PRIVILEGES; Query OK, 1 row affected (0.01 sec) (This will add the user "mysqluser" with the password "secret") ------------- That's it. Thank you again. ** Changed in: phpmyadmin (Ubuntu) Status: Incomplete => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/739824 Title: package phpmyadmin 4:3.3.2-1 failed to install/upgrade: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/739824/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
