Firstly, create a file with configuration data, let's call it "mydatabase.conf". This is a java property file and
it should look like this:
connector=net.sourceforge.jdbdump.connect.connectors.MysqlConnector url=jdbc:mysql://localhost/cpe login=mylogin password=... compression=gzipIf you have it you are almost ready. Open you terminal and write down the following command:
~$ java -classpath <path_to_jdbdump> net.sourceforge.jdbdump.connect.TestDump dump testdump.gz mydatabase.confThe program takes three parameters: