Documentation

for SQL Delta

sqldelta.com

SQL Delta Help

New/Edit Project - MySQL

This page covers the main differences when creating or editing a MySQL project. The overall project flow is the same as SQL Server, but the terminology and connection expectations are different.

Connection emphasis

  • MySQL projects are usually centered on the selected database rather than on a SQL Server-style schema layer.
  • Authentication is typically user name and password based rather than Windows Authentication.
  • If the server requires encryption, SSL or TLS setup may need to be completed before the project can connect successfully.
  • As with other products, version checks may reject server versions that are not yet explicitly recognized.

Terminology notes

  • Where shared pages talk about schema, MySQL users should usually think first about the selected database as the main container.
  • Mapping and filter pages can still be relevant, but in many MySQL workflows the main concern is the chosen database and object names rather than SQL Server-style schema separation.

Use MySQL SSL/TLS Connection if your server requires encrypted connectivity. For the common overall flow, see New/Edit Project Overview.