Sometimes I miss a feature in phpMyAdmin, that allows to Export a whole Database or a single Table direct into another MySQL Server. For example, I have a database "test" on Server A. Now I want to copy the complete database (structure and data) into server B.
By now, you have to export the data as an SQL File (which can get very large), copy it to server B, and import it there. That comes...
2007-01-19 13:26:30 UTC in phpMyAdmin