Αποτελέσματα Αναζήτησης
12 Απρ 2012 · I can't access localhost/phpmyadmin/ before I can access localhost/phpmyadmin/ but today when I'm trying to access this page I got weird page. also I can access localhost/xampp/ without any problem. Question: How can I solve this problem ?
25 Σεπ 2013 · Learn how to access phpMyAdmin on Stack Overflow, a platform for developers to share knowledge and expertise.
One possible reason might be is your apache server is not started. Go to start menu of your computer and search services, open it, find Apache, start the program. (Considering all the configuration of PHP and Apache has done correctly) If you are not able to access localhost/phpmyadmin : First of all, add phpmyadmin folder to your working ...
20 Ιουλ 2013 · It shows enter password screen. Enter your password & retype your password in password the field. Then click on GO. Then Go to XAMPP->xamppfiles->config.inc.php. Open config.inc.php file & go to /* Authentication type */ sections. change config to cookie & type your password in ' ' in password like bellow.
30 Σεπ 2016 · Well usually you need to run a local server. Some IDE's (editors) will have this built in, like netbeans for example. WAMP is another popular one, which runs mysql and phpmyadmin; but WAMP doesn't include an editor, so then you would use something like notepad++. When you go to localhost what do you see?
13 Φεβ 2014 · Xampp version:1.7.7 (installed it on external hard drive), operating system: Windows 8, installed version 4.1.7 of phpMyAdmin and copied config.inc.php from my old version of phpmyadmin to the new
7 Μαρ 2020 · Limiting the login to localhost for an admin user does not keep a user from login in from the outside if phpMyAdmin is on the same server as the database because the connection from the database to phpMyAdmin is a local connection.
15 Μαΐ 2015 · So no need to worry. 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).
26 Αυγ 2014 · @user3334714, you can add your MySQL password to the phpMyAdmin config file (config.inc.php). This file can be opened by pressing [ Config ] on the Apache line and choosing the appropriate option.
7 Δεκ 2015 · Whenever I write localhost/phpmyadmin on the address bar, I am asked to enter a username and a password, but I don't know what they are. I don't remember when and where I set them. From where can I get my username and password to login to phpMyAdmin?