How to upgrade phpMyAdmin in XAMPP to latest?

前端 未结 2 1148
温柔的废话
温柔的废话 2020-12-02 09:23

How to upgrade phpMyAdmin in XAMPP to latest, without affecting the database, settings, and files?

2条回答
  •  一个人的身影
    2020-12-02 10:01

    Also make sure you change the directory path to the current version in the C:\wamp\alias\phpmyadmin.conf file.

    Example: first line in file

    (old version): Alias /phpmyadmin "c:/wamp/apps/phpmyadmin4.1.14/" to
    (new version): Alias /phpmyadmin "c:/wamp/apps/phpmyadmin4.6.1/".

    I Was having a little trouble without this specification.

提交回复
热议问题