Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I can not access phpMyAdmin on XAMPP

I have my XAMMP installed on WINDOWS 8. I can access my localhost like thislocalhost:800 I am trying to access phpmyadmin from XAMPP but when I am clicking on the button or type in http://localhost:800/phpmyadmin/ I am just getting a white homepage without anything on it?! Does anyone know whats gonig on? It worked fine yesterday.

like image 450
The Time Avatar asked May 15 '15 09:05

The Time


People also ask

Why phpMyAdmin is not working in XAMPP?

To access phpMyAdmin from XAMPP you will need to make sure you have Apache and MySQL running in the XAMPP control panel by clicking the start buttons under the Actions column. If Apache and MySQL are green then all is well. Then you can click the “Admin” button in the MySQL row and that will launch phpMyAdmin.

How do I access phpMyAdmin in XAMPP?

In the basic configuration of XAMPP, phpMyAdmin is accessible only from the same host that XAMPP is running on, at http://127.0.0.1 or http://localhost. Before you can access the MySQL server, phpMyAdmin will prompt you for a user name and password. Don't forget to set a password for the user "root" first.

How do I fix localhost and phpMyAdmin is not open in XAMPP?

I solved this problem by changing the proxy of my firefox browser, go to menu tools-Option find tab Network, click button settings. Fill the text box below No Proxy for with localhost. Then press Ok, then Ok again. Try now typing localhost/xampp then it should show Welcome to XAMPP for Windows!

Why is phpMyAdmin showing Access Denied?

This happens when it requires you to enter a password and the user has either entered the wrong one or has not provided one at all. This can be easily configured using the following steps: Step 1: Open MySql. Step 2: Through phpMyAdmin/librarires, you should edit config.

How to add phpMyAdmin config to XAMPP?

Go through all the other folders which are inside the main "XAMPP" folder. Then if you find the "phpmyadmin" inside another folder other than "xampp" move it back to the main "XAmpp" folder and refresh the page. :) Show activity on this post. A cleaner way to include the phpmyadmin config into apache2 is to create a new config file by:

How to install MySQL and Apache on XAMPP?

First of all, open XAMPP in your device and install the MySQL and Apache by clicking on the service checkbox beside them having a red cross on it (which will change to a green tick once the modules are installed). After that, click on the start button to start the modules (as shown in the image).

How to check Apache port number in XAMPP?

when you run Xampp, check the apache port no. ex: if it is displaying port 80, then type Show activity on this post. I am using Linux Mint : After installing LAMP along with PhpMyAdmin, I linked both the configuration files of Apache and PhpMyAdmin.

How to add PhpMyAdmin to Apache2 config file?

what you need to do is to add phpmyadmin to the apache configuration: Add the phpmyadmin config to the file: On windows, I think you can just navigate to the apache2 config file and include the phpmyadmin config file as shown above, then restart apache


1 Answers

I had this issue with uppercase letters

http://localhost/phpMyAdmin/

Using lowercase letters solved the issue for me.

http://localhost/phpmyadmin/

Running XAMPP v3.2.2 on windows 10

like image 70
Ben Chang Avatar answered Oct 06 '22 23:10

Ben Chang