MySQL Workbench and phpMyadmin

后端 未结 2 1529
眼角桃花
眼角桃花 2020-12-22 09:50

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'VISIBLE,

2条回答
  •  不知归路
    2020-12-22 10:36

    MySQL Workbench allows you to set the MySQL target version it uses when generating a schema.

    Edit / Preferences / Modeling / MySQL / set the *Default Target MySQL Version" to 5.5.60.

    It will then refrain from using new Version 8 features when it generates SQL for you.

提交回复
热议问题