E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
error1064
mysql的关键字
在mysql中建表的时候,或者用PowerDesigner生成数据库的时候如果表名是mysql的关键字则会报下面类似的错,
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax
cindyliao
·
2024-09-12 13:45
mysql
删除数据库报错ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds t
报错现象
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear
丿|一口亅皓桀
·
2024-02-11 04:16
Mysql
数据库
sql
mysql> GRANT ALL PRIVILEGES ON *.* TO ‘root‘@‘%‘ IDENTIFIED BY ‘shujinghuan‘ WITH GRANT OPTION; ERRO
*TO'root'@'%'IDENTIFIEDBY'shujinghuan'WITHGRANTOPTION;
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;
舒一笑
·
2024-02-01 08:15
MySQL
mysql
android
数据库
GoLang:sql.Exec()报错
【报错内容】Sorry,cannotexecintomysql:
Error1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear
星宇星静
·
2024-01-11 06:04
mysql
数据库
golang
sql
go
sqlite迁移mysql(导入导出数据)
导出文件名字.sql]->.dump等待导出成功后,就可以进行导入mysql数据库连接数据库->查看所有数据库->进入需要添加数据的数据库->source[导入的文件路径(包括后缀名)]进行导入数据:出现报错
ERROR1064
邦杠
·
2023-11-29 21:07
sqlite
mysql
jvm
关于mysql修改密码 set password for root@localhost = password(‘xxx‘);报错解决方法
setpasswordforroot@localhost=password(‘xxx’);报错报错mysql>setpasswordforroot@localhost=password('123456');
ERROR1064
HHH 917
·
2023-11-29 01:04
MySQL
mysql
mysql修改密码
完美解决:ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to
localhost'identifiedby'mortalz7'withgrantoption;【mortal:数据库名xiaoqi:用户名localhost:主机名mortalz7:密码】遇到如下问题:
ERROR1064
Mortalz7
·
2023-11-17 12:50
#
问题解决
数据库
MySQL创建分区报错
第一种:
ERROR1064
(42000):Partitioningcannotbeusedstand-aloneinquerynear不能单独创建分区。
liuhuapeng0304
·
2023-10-28 16:11
sql
mysql
数据库
database
解决Mysql只显示错误代码不显示错误原因
近期发现我的Mysql只显示错误代码不显示错误的位置和具体原因,这…看着头疼mysql>selec;
ERROR1064
(42000):网上查了一下,找到了解决方法!
Mrs_Wu
·
2023-10-12 07:42
数据库
笔记
mysql
数据库
MySQL实战基础知识入门(6):mysql使用mysqldump导出数据出错的解决方案
错误提示一
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear
漏刻有时
·
2023-10-07 23:17
mysql
Linux修改MySQL密码报错1064You have an error in your SQL syntax; check the manual that corresponds to your
Linux修改MySQL密码报错
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear
白鱼塘
·
2023-09-28 18:50
Linux
sql
mysql
sql
数据库
MySQL8.0 :grant all privileges on *.* to 报错问题
报了这个错误
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear
米子哈ooo
·
2023-09-17 10:29
mysql
数据库
mysql 为外部访问创建账号
各种报错,如Host'192.168.23.132'isnotallowedtoconnecttothisMySQLserverOperationALTERUSERfailedfor'root'@'
ERROR1064
宇文仲竹
·
2023-09-16 04:55
mysql
数据库
mysql8版本执行 grant all privileges on *.* to ‘root‘@‘%‘ identified by ‘root‘ with grant option; 会报错
*to'root'@'%'identifiedby'root'withgrantoption;会报语法错误
ERROR1064
(42000)应先创建新用户createuser'admin'@'%'identifiedby'password
smartKen0605
·
2023-09-06 07:22
mysql
数据库
sql
mysql知识系列:数据库名称带减号- 创建修改删除时
说明:createdatabasea-b,会提示报错
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear
Cloud Flower
·
2023-08-31 07:18
mysql
数据库
mysql
MariaDB 5.5 create table default value 需要注意的事项
MariaDB5.5createtabledefaultvalue需要注意的事项主要是时间戳datestamp和varchar的默认值的问题1.时间戳datestamp-ERROR1293(HY000)2.扩展——5.5的日期格式3.varchar设置默认值报错
ERROR1064
徐州谢广坤
·
2023-08-20 11:09
DB
mysql
java
数据库
mariadb
Amazon RDS 创建自定义函数
文章目录需求现象问题一问题二问题三解决方法问题一问题二问题三执行流程查看并修改RDS参数组参数值为1,再次查看RDS参数切换数据库,执行创建自定义函数命令参考文档需求在AmazonRDSMysql兼容数据库创建自定义函数现象执行创建命令时,出现了如下几个报错问题一
ERROR1064
小楼看风云
·
2023-08-20 00:24
EKS
数据库
aws
MySql 使用关键字做字段名
发现使用的字段是sql语言的关键字,但是我们又需要用到它作为字段名使用:mysql>createtabletest(idintauto_incrementprimarykey,descvarchar(10));
ERROR1064
卡尔特斯
·
2023-07-27 10:31
Mysql
mysql
sql
数据库
WARNING: --master-data is deprecated and will be removed in a future version
/usr/local/mysql/bin/mysqlVer8.0.26forLinuxonx86_64(MySQLCommunityServer-GPL)报错:mysqldump全库备份后,导入时报错
ERROR1064
柳海G
·
2023-07-27 09:28
MySQL
mysql
linux
数据库
database
MySQL8 设置权限报错:ERROR 1396 (HY000)、ERROR 1064 (42000)、ERROR 1410 (42000)
问题:ERROR1396(HY000):OperationALTERUSERfailedfor'root'@'%'
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax
小邋遢2.0
·
2023-07-25 23:26
adb
解决ERROR 1064 (42000): You have an error in your SQL syntax; check the manual...
在为Mysql修改密码时,遇到一个问题:
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear
Popuessing's Jersey
·
2023-06-14 21:49
数据库
sql
数据库
mysql
corresponds to your MySQL server version for the right syntax to use near ‘identified by “解决办法
*to"root"@"%"identifiedby"xxxxx";
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear'identifie
Adsatrtgo
·
2023-06-14 09:54
开发学习
mysql ERROR 1193 1064 1290 1558 2002错误如何解决?
):Unknownsystemvariable‘validate_password_policy’mysql>alteruser‘root’@‘localhost’identifedby‘root’;
ERROR1064
时光荏再~
·
2023-06-08 05:56
mysql
.sql脚本文件导入MySQL数据库乱码问题
使用命令行导入数据时会出现如下这类的错误:
ERROR1064
(42000)atline1:Youhaveane
Ray_7650
·
2023-04-21 13:08
已解决c7有关mysql的1064(42000)与1045(28000)错误
*to'vsearch'identifiedby'vsearchpasswd';
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserver
pooncheukkei
·
2023-04-18 12:44
doris insert数据时出现问题:Invalid floating-point literal
背景在使用doris插入数据时,出现float插入错误:
ERROR1064
(HY000):errCode=2,detailMessage=Invalidfloating-pointliteral查找过程因为是
精神抖擞王大鹏
·
2023-04-17 17:54
大数据
doris
mysql修改root密码时提示语法错误的解决方法
winx64)来使用,在修改root密码时总是提示语法错误,很是郁闷,看了一遍又一遍还是没找出毛病问题:mysql>setpasswordforroot@localhost=password('123');
ERROR1064
沫明
·
2023-04-17 00:22
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear
阿雄不会写代码
·
2023-04-08 22:05
#
我的学习之路
sql
mysql
数据库
Mysql数据库修改密码
碰到的问题:报过的错误如下:ERROR1396(HY000):OperationALTERUSERfailedfor'root'@'localhost'
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax
Black_Friend
·
2023-04-05 02:07
问题解决
数据库
数据库
mysql
小白学开发(八) SQL修改字段名称或属性_表变换列名或属性
ALTERtablegood_detailALTERCOLUMNbrandNULL;
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear'NULL'atline1
OKOK熊
·
2023-03-30 05:22
ZABBIX bug 在mysql8 上无法正常使用
mysql>usezabbixDatabasechangedmysql>descgroups;
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear'groups'atline1mysql
Aaron-chencl
·
2023-03-30 02:00
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your
报错:
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear
桂林米粉必加鸭脚
·
2023-03-29 11:20
python
数据库
mysql
mysql 8 的远程连接问题
*todev1@'%'identifiedby'12345678';
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyour
生信杂谈
·
2023-03-25 04:46
Mysql 8.0 授权root 用户
*TO'root'@'%'IDENTIFIEDBY'root'WITHgrantOPTION;mysql>
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyo
itjava0311
·
2023-02-25 13:45
数据库
mysql
数据库
database
MySQL导入sql出现 ERROR 1064 (42000) at line 79: You have an error in your SQL syntax
导入sql文件出现
ERROR1064
(42000)atline79:YouhaveanerrorinyourSQLsyntax。
哈迪斯的意志
·
2023-01-31 08:27
navicat 连接mysql提示1130错误
*TO'root'@'%'IDENTIFIEDBY'您的数据库密码'WITHGRANTOPTION;却提示
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourM
丶晓虎
·
2023-01-29 14:19
修改mysql的root密码
详细的报错信息为:
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checktheman
何文涛
·
2023-01-27 05:49
基于狂神说教程中MySQL 服务启动后自动停止,以及ERROR 1064的版本问题。
基于狂神说教程中MySQL服务启动后自动停止,以及
ERROR1064
的版本问题。1服务启动成功后。
Runesia
·
2022-11-19 22:43
自己杂七杂八的东西
mysql
数据库
Mysql8.0 执行授权语句错误:ERROR 1064 (42000)
⏳环境:window10、CentOs7、VMware15.5专栏:环境篇(linux系统上hive连接win10上的mysql)选自:大数据开发Mysql8.0开放授权出错1.报错:
ERROR1064
deng_den
·
2022-11-16 08:37
linux_debug
数据库
mysql
解决mysql8 提示 ERROR 1410 (42000): You are not allowed to create a user with GRANT
*toroot@'%'identified'123456';提示如下错误:
ERROR1064
(4200):youhaveanerrorinyouSQLsyntax;**near'identified'123456
在奋斗的大道
·
2022-09-18 14:02
MySQL
MySQL在grant时报错ERROR 1064 (42000)的原因及解决方法
*totest@'%'identifiedby'123456';报错
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthat
·
2022-08-26 13:41
MySQL高阶SQL语句
按关键字排序(orderby)1、使用orderby语句来实现排序2、排序可针对一个或多个字段3、ASC:升序,默认排序方式4、DESC:降序5、orderby的语法结构mysql>createschool;
ERROR1064
抱过后分开走
·
2022-06-25 07:47
MySQL高阶SQL语句
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your
上去这条sql语句确实没毛病,但是运行起来就是报错
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear
黑科技小川
·
2022-04-24 15:19
数据库
mysql
bug
MySQL修改密码失败提示ERROR 1064(42000):You have an error in your SQL syntax: check the corresponds to your M
已尝试方法均提示类似错误
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear
一个小马甲
·
2022-04-24 15:18
数据库
mysql
数据库
MySQL修改密码时,报错ERROR 1064 (42000)【新版MySQL修改密码命令有所变更】
相信大家都遇到过这种情况,在用命令行运行的MySQL中修改密码时,出现以下错误:
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear'xxxxxxxxxxxxxxxxxxxxxxxxx'atline1
C澒
·
2022-04-24 15:48
mysql
【报错】ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds t
设置mysql中的root账户密码出现1064错误代码
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear
梁同学与Android
·
2022-04-24 14:09
阿里云
修改数据库密码不成功
web项目部署到阿里云上的一些步骤和小问题
step1.安装jdkmysqltomcatstep2.云主机开通端口http80/mysql3306/redis6379step3.mysql设置mysql5.7在创建账户并授予权限遇到错误
ERROR1064
王侦
·
2022-02-04 15:07
mysql
error1064
(42000)错误
mysql>createtableemployee(->idint,->namevarchar(40),->sexvarchar(4),->birthdaydate,->entry_datedate,->salarydecimal(8,2),->resumtext->);QueryOK,0rowsaffected(0.08sec)mysql>insertintoemployee(id,name,s
何义竏
·
2021-11-01 11:25
mysql
数据库
database
MySQL ERROR 1064 (42000)——不管怎样grant总是报错,怎么回事?
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear
六位元素
·
2021-10-09 15:03
MySQL
mysql
数据库
数据库架构
dba
数据库开发
mysql数据库名称中包含短横线的对应方式
*TO'test'@'%';
ERROR1064
(42000):YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverve
不屑哥
·
2021-09-13 17:25
mysql
mysql
big
data
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他