MySQL Database Backup Tool

RazorSQL provides a MySQL Database Backup Tool for backing up database structures and data. RazorSQL also includes a table backup tool for backing up single table structures and data.

The MySQL database backup tool works by generating all data definition language (DDL) statements for the database objects selected by the user. It also generates SQL insert statements for all table data in the database. The DDL and SQL insert statements are written out to a backup file.

The MySQL database backup tool allows users to select the objects to backup such as tables, views, indexes, procedures, functions, and triggers, the character encoding of the backup file, the SQL statement separator to use when generating the backup file, and whether to fully qualify database object names in the generated SQL and DDL statements.

The database backup tool writes out all data in character format, and as such, may not be acceptable for backing up tables that contain binary data.

Below are screen shots of the main selection pages for the MySQL database backup tool and the MySQL table backup tool.

 

MySQL Database Backup Tool

MySQL Table Backup Tool