Contains the SQL script editor and the entry point for data migration. After generating a schema script, use this tab to review it, run it on the target server, and launch data migration.
Accepts any SQL script.
Supports syntax highlighting, find/replace, and direct editing.
| Button | Action |
|---|---|
| Open File | Load a SQL script from disk |
| Save / Save As | Save the current script |
| Clear | Clear the editor |
| Find | Open the find/replace bar |
| Upload and Run | Send the script to the server and execute it |
| External Editor | Open the script file in the system default text editor |
| Migrate Data | Open the Pre-Migration Analysis dialog |
Click Upload and Run to send the script to
edbapi.php for execution.
The log panel records progress and errors.
DDL statements execute outside any transaction — an error partway
through will leave the database in a partially created state.
Review the log carefully after running.
Click Migrate Data to open the Pre-Migration Analysis
dialog.
The analysis inspects each table for potential issues before you
proceed.
After reviewing, click Continue to open the Data Migration dialog.