我正在使用MySQL工作台尝试为我的数据库创建一个模式。当我试图将它同步到服务器上时,我得到了一个错误1064。下面是完整的日志:ERROR: Error 1064: You have an error in your SQL syntax; checkthe manual that corresponds to your MySQL server version for the right syntax
我刚刚开始使用MySQL工作台,在同步过程中遇到了多个问题。ERROR: Error 1064: You have an error in your SQL syntax; check the manual that1另外,它为模式和表的所有ALTER语句添加ALTER,这将导致error 1064。MySQ
我正在努力建立一个数据库,以便更多地了解MySQL中的触发器。Executing SQL script in server
ERROR: Error 1064: You have an errorin your SQL syntax; check the manual that corresponds to your MyS
我正在使用MySQL工作台,我刚刚在我的MySQL模型中添加了一个新表。当我尝试与数据库同步时,我得到以下错误:ERROR: Error 1064: You have an error in your SQLsyntax; check the manual that corresponds to your MySQL server version for the right syntax to use ne
正如我所搜索的,这是一个常见的错误,对于每一种情况,解决方案都是不同的。我是数据库设计方面的新手。但是,奇怪的是,这个错误是由于运行由工作台生成的自动SQL命令而给我的!ERROR 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server
我是MySQL的新手。我使用Workbench工具创建了一个新模型(我的意思是,我自己没有编写任何代码字符串)。当我尝试转发工程时,我得到了:ERROR: Error 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 'COMMENTNoth
在尝试运行我的代码后,我得到一个错误:ERROR: Error 1064: You have an error in your SQLsyntax; check the manual that corresponds to your MySQL server version for the right syntax to use nearNothing to fetch-- MySQL Workbench Forward En
Datagrip在mysql中完美地表示并运行了以下过程,但是mysql命令行和工作台表示我的sql中存在语法错误。为什么会这样呢?255), d VARCHAR(255)) INSERT INTO Tags(name, description) VALUES END;
操作和错误输出转载如下。创建过程addTag(name(255),d(255))开始插入标记(名称,
我正在使用MySQL工作台,并且在我的计算机上存储了一系列的.sql文件。我想从query选项卡运行这些文件,但每次使用以下命令时:我得到一个错误1064,上面写着"Error Code: 1064.You have an error in your SQL syntax; check the manua