Browse Supported Databases

Supported Databases

MySQL

Extract MySQL schema metadata and generate MySQL-compatible SQL.

Steps

1

Choose MySQL

Select MySQL before generating the extraction script.

2

Confirm the database name

MySQL database names commonly provide the schema scope used by information_schema queries.

3

Run and review the script

Execute it in your MySQL tool and return only the intended metadata output.

4

Review MySQL SQL

Check identifier quoting, date functions, LIMIT syntax, SQL mode, and server-version behavior.

Open the relevant SQL Mocker tool

Continue with this workflow in SQL Mocker when you are ready.

Related documentation