Skip to main content

Elevation Blocker detected: Unknown data type: 'MYSQL_JSON'

Comments

1 comment

  • Andrew
    Translate
    Translate

    You probably upgraded MySQL 5.7 to MariaDB at some point. MariaDB requires a plugin to read json data. Load the plugin:

    plugin_load_add=mysql_json=type_mysql_json
    plugin_maturity=alpha


    then run mysql_upgrade --force to pick up all the JSON data types and convert them otherwise if thats the only table then you can convert it with:

    ALTER TABLE nt_rededores FORCE

    Andrew N. - cPanel Plesk VMWare Certified Professional
    Do you need immediate assistance? 20 minutes response time!* Open a ticket
    EmergencySupport - Professional Server Management and One-time Services

    0

Please sign in to leave a comment.