QI/2006-2007

Filipe Manuel da Silva Martins

http://maisqi.com
transSQL/MySQL ver 1.3.9.17

[ QI load/dump ]

Welcome to transSQL/MySQL

This script lets you dump a whole local database and load it to a remote host (or vice-versa).

The differences between this script and the others are:

transSQL dumps the whole database: tables, views, stored procs, triggers, constraints... the works.

The script knows that a view depends on tables or other views. It is also aware that two tables can be linked to one another via a foreign key.

When loading, unless instructed otherwise, the script will continue working even if errors occur. In that case, it prints the error message and the statement that caused it (so you can correct it later). In fact, successful statements are logged to a file and failed ones are logged to another, so everything gets registered.

transSQL is a single file. Just copy it to your server's webroot and everything (should) work, as long as you have a proper PHP and MySQL installation.


So, what do you want to do now?

Dump Load Query at will

Surely won't be needed but... report a bug.