I just installed ubuntu 18.04 and installed LAMP on it, however I had trouble using mysql without the root privilege. when I write: mysql -u root -p and enter the password I configured it throws access denied. unless if I write sudo mysql -u root -p and enter the password that I’m able to connect. But I…
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…
I can’t access remote mysql server via local phpmyadmin
I’m trying to access my remote mysql server via my local phpmyadmin setup(from xampp installation). Here is my config.inc.php file for phpmyadmin: I get this error: Answer the remote mysql server that you want to connect has to be configured to allow or take request other than localhost. Check firewall …
Use XAMPP-phpmyadmin database of windows in Linux XAMPP
I was on windows and using XAMPP(installed somewhere else than C:/ ) Now i have moved on to LINUX and installed LAMPP. So, i have this XAMPP folder from windows and i copied the project files from htdocs and now i need the database which i didn’t exported while i was on windows. I tried to copy the phpm…
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…