Categories: Uncategorized

phpMyAdmin 4.5.0 is released.

   They released phpMyAdmin 4.5.0.0 on September 23, 4.5.0.1 on September 24 and 4.5.0.2 on September 25. What new releases in sequence! Ha-ha!! Here is the ChangeLogs. The 4.5.0.0 has a tons of improvements by RFE(Request for enhancement) or so. The 4.5.0.1 and 4.5.0.2 are bugfix versions.

   If you use this version, be sure to check your server software before installing new version. The version 4.5 is compatible with PHP 5.5 to 7.0 and MySQL 5.5. MyAQL 5.5 means or later, I think. My SQL sever is MariaDB10.0 and has no problem.

   Upgrade from phpMyAdmin 4.4.x to phpMyAdmin 4.5.x now.

1) Download phpMyAdmin-4.5.0.2-english.zip.

2) On the server, rename the folder phpMyAdmin to phpMyAdmin_old. Extract the Zip archive. Rename the folder phpMyAdmin-4.5.0.2-english to phpMyAdmin. Copy the old config.inc.php to the phpMyAdmin folder.

3) Access http://YourDomain/phpmyadmin/ as root. You will have two warnings because new version have two new directives – See the right image. Make two tables on the database phpmyadmin by importing the SQL file which I made from original create_tables.sql that you can find in the sql folder of the phpMyAdmin folder.
   Log out.

4) Edit the config.inc.php.
   Add the following lines below the line $cfg[‘Servers’][$i][‘central_columns’] = ‘pma__central_columns’;.
$cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
$cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';

5) Access http://YourDomain/phpmyadmin/ as root again. The warnings have gone.

   The above is upgrading steps. If you install phpMyAdmin at the first time, please see To create a Wamp-like Web Server in Windows7-#3 and phpMyAdmin Configuration storage.

o6asan

Recent Posts

Very easy, sweet potato yōkan recipe.

The recipe for sweet potato yōkan that I often made this fall. Ingredients Sweet potato…

6 months ago

On my home network, I’ve built an FTP server that I left for long time.

After a long time, when I checked broken links and fixed them, I got an…

2 years ago

Moving “o6asan’s BBS”.-#2

I made a box, so I prepare the contents. Theme and Plugins. The theme is…

2 years ago

Moving “o6asan’s BBS”.

Hehe, it's been almost a year since my last post. I received a notification email…

2 years ago

I completed my WordPress to Sub-domain.

About a week ago, I finally started to renew my sites, which I had been…

4 years ago

Happy New Year!

   Happy New Year! It is the beginning of a new year.    This is a year…

5 years ago

This website uses cookies.