mysql-front
absolutely gorgeous app
price is good, too
does a dump as easy as you please
contents look like this:
Code:
# MySQL-Front Dump 2.5
#
# Host: database.example.com Database: testmetodeath
# --------------------------------------------------------
# Server version 4.0.16-standard-log
#
# Table structure for table 'orderbydemo'
#
CREATE TABLE orderbydemo (
foo int(11) default NULL,
bar int(11) default NULL,
SequenceOrder int(11) default NULL
) TYPE=MyISAM;
#
# Dumping data for table 'orderbydemo'
#
INSERT INTO orderbydemo VALUES("302", "402", "100012");
INSERT INTO orderbydemo VALUES("703", "802", "100009");
INSERT INTO orderbydemo VALUES("903", "801", "100006");
INSERT INTO orderbydemo VALUES("303", "702", "100011");
INSERT INTO orderbydemo VALUES("604", "903", "100012");
INSERT INTO orderbydemo VALUES("101", "808", "100008");
INSERT INTO orderbydemo VALUES("202", "303", "100004");
INSERT INTO orderbydemo VALUES("306", "702", "100010");
INSERT INTO orderbydemo VALUES("307", "802", "100013");
INSERT INTO orderbydemo VALUES("206", "905", "100005");
Bookmarks