Skip to content

Tag: phpmyadmin

phpmyadmin: Can’t login

I have installed phpmyadmin in a Linode Server. I set mysql password but when I’m trying to login via phpmyadmin interface I get the message: I also tried via terminal: mysql -u root -p root And then I got the following message: My config.inc.php file is: Answer Watch out for special characters that may…

Can’t access phpmyadmin after installation

I’m trying to install phpmyadmin on my new server, following this guide then added phpmyadmin to apache configuration: and restarted apache: All this by SSH. But now when i try to access: x.x.x.x/phpmyadmin all that i get is that my browser downloads a file… Can someone help with this? Answer If y…