Skip to content

Supported MySQL Versions

5.5, 5.6, 5.7, and 8.0

Encoding Support

MySQL encoding is automatically detected by default, but manual setting is also supported. The manual setting only supports the following list of Java-style encoding names.

MySQL Encoding NameJava-style Encoding Name
asciiUS-ASCII
big5Big5
gbkGBK
sjisSJIS (or Cp932 or MS932 for MySQL < 4.1.11)
cp932Cp932 or MS932 (MySQL > 4.1.11)
gb2312EUC_CN
ujisEUC_JP
euckrEUC_KR
latin1Cp1252
latin2ISO8859_2
greekISO8859_7
hebrewISO8859_8
cp866Cp866
tis620TIS620
cp1250Cp1250
cp1251Cp1251
cp1257Cp1257
macromanMacRoman
macceMacCentralEurope
utf8UTF-8
ucs2UnicodeBig

Connection Preview Support

Supports ordinary tables and views that can be listed by the SHOW TABLES command.

SQL Query Dataset Support for SQL

Only SELECT statements are supported, including all SELECT-related features supported by the connected MySQL. Users need to ensure the syntax complies with MySQL standards.

MySQL Authentication Method Support

Supports username and password authentication methods. SSL, PAM, and other authentication methods are not supported.

Unsupported Field Types

The following types of columns in MySQL tables cannot be processed correctly. If other fields from this table are needed, you can input a SELECT statement in the SQL query that excludes this field.

  • TIME
  • JSON
  • GEOMETRY
  • POINT
  • LINESTRING
  • POLYGON
  • MULTIPOINT
  • MULTILINESTRING
  • MULTIPOLYGON
  • GEOMETRYCOLLECTION

HENGSHI SENSE Platform User Manual