MYSQL_JSON
The MYSQL_JSON plugin provides a JSON data type alias for compatibility, ensuring that tables created with the MySQL JSON type can be read by MariaDB.
SELECT * FROM mysql_json_table;
ERROR 4161 (HY000): Unknown data type: 'MYSQL_JSON'Installing
INSTALL SONAME 'type_mysql_json';Last updated
Was this helpful?

