The typical workflow follows the order of the tabs in the main window.
Copy edbapi.php and configure config.php on
the target web server.
On the Remote Configuration tab, enter the API URL
and database credentials.
Click Test API, then Test DB to verify
connectivity.
Click Get Server Information to load server
capabilities.
On the Source Database tab, click Open Session to configure the EDB connection, then Open Database to select the database to convert.
On the Target Database tab, confirm the server type (MySQL or MariaDB) and choose the default charset and collation for the converted schema.
→ Target Database · Charsets and Collations
On the Schema Conversion tab, select the objects to convert, set the output file path, and click Generate Script. Review any warnings in the log.
On the Migration tab, review the generated script in the editor and click Upload and Run to execute it on the target server.
On the Migration tab, click Migrate Data to open the migration dialog and transfer rows from EDB to MySQL/MariaDB.
Available on the SQL Console tab for running SQL on
the remote server and viewing results.
Requires an EDB session and database to be open and the API URL
configured on the Remote Configuration tab (result sets are stored in a
local EDB temporary table).