Cannot load or save configuration
The phpMyAdmin is extracted and placed in the Apache Hdocs directory after the access to the http://localhost/phpmyadmin/setup/index.php results display
Cannot load or save configuration
See a lot of information is not resolved, expert guidance
------Solution--------------------
Hdocs? It should be htdocs.
The directory name is incorrect.
------Solution--------------------
Is there such a text below:
Please create a Web server Writable folder config in phpMyAdmin top level directory as described in documentation. Otherwise you'll be a able to download or display it
------Solution--------------------
...
If you can't read English, you should always use translation tools.
Explore
Reference:
Is there such a text below:
Please create a Web server Writable folder config in phpMyAdmin top level directory as described in documentation. Otherwise you'll be a able to download or display it
......
------Solution--------------------
Create the config.inc.php under the phpMyAdmin root directory with the following content:
$i = 0;
$i + +;
$cfg [' Servers '] [$i] [' user '] = ' root ';
$cfg [' Servers '] [$i] [' password '] = ' root '; Use here your password
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.