codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Upgrade Phpmyadmin using Wamp

    29th September 2013

    MySql

    mysql codehaven category

    1. phpMyAdmin is stored in C:\wamp\apps

    2. Download the latest version of phpMyAdmin from [phpmyadmin.net] and extract contents of the archive to C:\wamp\apps

    3. Now go to C:\wamp\alias. Open phpmyadmin.conf and find the following lines that look like this

    Alias /phpmyadmin “c:/wamp/apps/phpMyAdmin-3.2.0.1/”

    <directory “c:=”” wamp=”” apps=”” phpmyadmin-3.2.0.1=”” “=””>

    4. Change where it says phpMyAdmin-3.2.0.1 to the name of the new folder extracted from the archive, eg phpMyAdmin-3.5.2.

    5. Now copy the config.inc.php file from your previous version of phpMyAdmin to your new version.

    6. Left click wamp and select restart All services.

    7. Now right click wamp and choose Refresh.

    8. Left click wamp tray icon again and choose phpMyAdmin. WAMP will now use the new version of phpMyadmin.

    Was this code snippet helpful?