MySQL support

Applies to: Dataedo 9.x versions, Article available also for: 10.x (current), 8.x, 7.x, 6.x, 5.x
You are looking at documentation for an older release.
Switch to the documentation for Dataedo 10.x (current).

Supported versions

5.1, 5.5, 5.6, 5.7, 8.0

Supported schema elements and metadata

Dataedo reads following metadata from MySQL databases.

  • Tables
    • Columns
      • Data type with length
      • Nullable
      • Default value
      • Generated column formula
    • Primary keys
      • Columns
    • Unique indexes
      • Column
    • Foreign keys
      • Columns
    • Triggers
      • When triggered
      • Script
  • Views
    • Columns (see tables)
    • Script
  • Procedures
    • Script
    • Parameters (not available on MySQL 5.1)
  • Functions
    • Script
    • Parameters (not available on MySQL 5.1)
    • Returned value (not available on MySQL 5.1)

Comments

Dataedo reads MySQL comments from following objects:

  • Tables
    • Columns
    • Primary keys
    • Unique indexes
  • Views
    • Columns
  • Procedures
  • Functions

Dataedo does not write comments back to MySQL.

Limitations

Following schema/metadata elements currently are not supported:

  • Check constraints (vote)
  • Non unique indexes (vote)
  • Dependencies - are not presented by MySQL

Connection:

  • SSL connection is currently supported only for MySQL 8.0

Supported cloud databases

Dataedo should work with all cloud instances of MySQL database. We have tested it with the following services:

Learn more

Connect to MySQL

Found issue with this article? Comment below
0
There are no comments. Click here to write the first comment.