Home Website Help About
System Management
Layout & Integration
System Setup
Database & SQL Manager  What's This?  


 SQL Options 
Please select the database backup/restore and tables Load/Unload mode.
Mode:

Fast mode uses the sql server OUTFILE/LOAD statements to backup and restore tables. Much faster but requires the File_Priv option set to 'Y' (Enabled) on the database for the user. Ask your server administrator for it.

Normal mode uses the sql server single SELECT/INSERT statements to backup and restore tables.

Mode used to backup or unload MUST be used for restore or load.