Mess up between mysql server and phpmyadmin

Posted by user206948 on Ask Ubuntu See other posts from Ask Ubuntu or by user206948
Published on 2013-10-31T10:18:01Z Indexed on 2013/10/31 10:20 UTC
Read the original article Hit count: 401

Filed under:
|
|
|

0 down vote favorite

After I installed XAMP on my ubuntu 12.10 it was working fine with mysql.

I could start mysql- sudo mysql -uroot -p. I connet it using 127.0.0.1:3306

Recently I installed phpmyadmin. When I start it it shows access denied. I got solution from web:

sudo /etc/init.d/apache2 stop
sudo /etc/init.d/mysql stop
sudo /etc/init.d/proftpd stop
sudo /opt/lampp/lampp start

Now I start phpmyadmin it starts but now I could not connect with mysql on terminal.

Additionally phpmyadmin database does not shows all existing databse on mysql.

CAn anyone tell me what's going on here?

I am using ubuntu 12.10

© Ask Ubuntu or respective owner

Related posts about apache2

Related posts about mysql