I will deploy it, so you dont have to
Quick News: This is first bug-fixing-only version of the phpMyAdmin, and its first Release Candidate as well!
Download fresh copy [HERE]
From time to time, we get into situation when we would like to know just how-to import big database in phpmyadmin?
The problem is that most of the php.ini - the PHP configuration file on server (that is your host, if you are on shared hosting) is limiting maximum file upload size to 2mb.
In that case casual BROWSE>UPLOAD model fails to work with phpmyadmin, so we need to seek altarnatives. Let’s see what we can do:

phpMyAdmin popular web interface for MySQL, open source project started in 1998 and has gained the trust of host providers worldwide - decided to take part in Hackontest, that will take place on September 24/25, 2008 in Zurich, Switzerland, Along with some other opensource projects, such as OpenOffice, GNOME, Ubunto etc.
Currently you can go to Hackontest site and submit features request or vote on already submitted ones. phpmyadmin has already won SourceForge.net 2007 Community Choice Award for “Best Tool or Utility for SysAdmins
Good Luck phpmyadmin ![]()
(click on image to enlarge)
There are not much news in scripts niche today, so I thought I share nice theme for phpmyadmin, that I discovered recently
Clear View is free, clean, white and nifty theme (skin) for phpmyadmin, currently tested with phpMyAdmin 2.9, but 2.8 may be good too.
Author, beholder-eye explains how to make this light theme even more beautiful:
If you want more pretty icons (32bit, alpha transparency), then do this:
- rename folder ‘clear_view/img’ to ‘img_8bit’
- rename folder ‘clear_view/img_32bit’ to ‘img’but these icons will be ugly in IE 6.
It even supports so-called zebra tables, to enable them just uncomment line:
// $GLOBALS['cfg']['zebra'] = '#f5f5f5';
in layout.inc.php file
Setting theme up, is quite streight forward, just upload it to themes folder. Icons are from famfamfam
You can download it [HERE] (scroll down)
Enjoy!

We all know infamous MySQL administration tool, Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields and much more.
2.11.3 line was finished by 10 December of 2007, so new line of 2.11.4 is started today. However this RC1 is bugfix-only release.
You can download it here.