/SQLImporter

A Java SQL dump importer, using apache commons

Primary LanguageJavaApache License 2.0Apache-2.0

SQLImporter

A Java SQL dump importer, using apache commons

usage: sqlimporter -i imports SQL Dump file using the JDBC Connection string -v prints the version

You still need to link your Database driver somewhere.

example :

-i com.mysql.jdbc.Driver jdbc:mysql://host/databse dump.sql

http://commons.apache.org/