Root access to phpmyadmin was working, so i logged in as root to phpmyadmin and used the query set password for 'phpmyadmin'@'localhost' = password([copy and paste the password here]) and it worked! I installed php, mysql, phpmyadmin on my ubuntu 12.04 localhost in the following steps So, it is probably a port conflict You can also open server.xml in your lampp and change the port no Which would be different from that of xampp Then both mysql (of xampp and lamp as well) will run.
If phpmyadmin is running on the same server as the database, you'll want to update your config.inc.php file, replacing localhost with 127.0.0.1 The result should look something like this: I have installed php5 and phpmyadmin from the ubuntu software centre on a fresh install of ubuntu 13.04 When i enter localhost in my browser the following is displayed The phpmyadmin setup script is buggy on ubuntu and doesn't load the existing configuration (forcing you to start from scratch each time you configure it) Also the configuration it generates includes stuff like the blowfish secret which is then overwritten by the main config file.
Installing apache2 with php5 and mysql support on ubuntu | howtoforge so far my apache2, php, and mysql are working fine except phpmy. Server 22.04 phpmyadmin localhost share improve this question edited aug 19, 2022 at 11:49 Note that my web/phpmyadmin server is separate from the mysql server which is on a different ip and server instance (also running on ubuntu 20.04) Things i've read about in a variety of forums and tried, but they haven't worked:
OPEN