Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 4 of 4
mysqldump is also very useful for populating databases by copying data from one MySQL server to another:
shell> mysqldump --opt db_name | mysql --host=remote_host -C db_name
1 to 4 of 4