Home >Database >phpMyAdmin >How to upgrade phpmyadmin version in wamp

How to upgrade phpmyadmin version in wamp

王林
王林Original
2019-12-09 11:26:562388browse

How to upgrade phpmyadmin version in wamp

First, please go to the official website to download the corresponding version

Extract it to the apps directory: And rename it to: phpMyAdmin-4.6.3

How to upgrade phpmyadmin version in wamp

Change the D:\wamp\alias\phpmyadmin.conf file and modify lines 1 and 13 to the corresponding directories

How to upgrade phpmyadmin version in wamp

Restart the service or restart the computer

In addition, #1045 - Access denied for user 'root'@'localhost' (using password: YES)

<img src="https://img.php.cn/upload/image/562/977/651/1575861588920740.png" title="1575861588920740.png" alt="How to upgrade phpmyadmin version in wamp"> may appear after restarting.

Solution:

Copy the config.inc.php file in the old version directory of D:\wamp\apps to the new phpmyadmin directory

How to upgrade phpmyadmin version in wamp

Change the wampmanager.conf file in the D:\wamp directory and change it to your new version number in [apps] at the bottom of the file

How to upgrade phpmyadmin version in wamp

Finally restart the service.

Recommended related articles and tutorials: phpmyadmin tutorial

The above is the detailed content of How to upgrade phpmyadmin version in wamp. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn