码迷,mamicode.com
首页 >  
搜索关键字:错误代码    ( 1463个结果
ERROR 1698 (28000): Access denied for user 'root'@'localhost' 解决方法
之前MySQL服务端本机上使用密码登陆root账号是没有问题的,但是今天不知道是因为动了哪里,登陆失败并有这个错误代码: 解决步骤: 停止mysql服务 以安全模式启动MySQL MySQL启动之后就可以不用密码登陆了 查看一下user表,错误的起因就是在这里, root的plugin被修改成了au ...
分类:数据库   时间:2019-02-17 12:57:43    阅读次数:224
错误代码 1366 Incorrect integer value 'zhangsan' for column 'd
1、错误描述 1 queries executed, 0 success, 1 errors, 0 warnings 查询:insert into emp values(6,'胡迪',20,'男') 错误代码: 1366 Incorrect integer value: 'zhangsan' for ...
分类:其他好文   时间:2019-02-15 13:46:10    阅读次数:189
错误代码 1111 Invalid use of group function
1、错误描述 1 queries executed, 0 success, 1 errors, 0 warnings 查询:update t_user_info t inner join t_pro_info t0 on t.`pro` = t0.`id` inner join t_stu_info ...
分类:其他好文   时间:2019-02-14 13:15:56    阅读次数:235
错误代码 1582 Incorrect parameter count in the call to native f
1. 错误描述 1 2 3 4 5 6 7 8 9 10 11 2. 错误原因 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 MySQL内置函数str_to_date的格式是:str_to_date(字符串,日期格式); 在这个查询SQL中却是str_to ...
分类:其他好文   时间:2019-02-13 14:21:08    阅读次数:682
错误代码 1052 Column 'stu id' in field list is ambiguous
1、错误描述 1 queries executed, 0 success, 1 errors, 0 warnings 查询:select stu_id, (SELECT stu_name FROM t_student_info t WHERE t_student_info.stu_id = t.st ...
分类:其他好文   时间:2019-02-13 10:49:09    阅读次数:234
错误代码 1007 Can't create database 'test' database exists
1、错误描述 1 queries executed, 0 success, 1 errors, 0 warnings 查询:create database test 错误代码: 1007 Can't create database 'test'; database exists 执行耗时 : 0 s ...
分类:数据库   时间:2019-02-12 21:40:45    阅读次数:1737
错误代码 1066 Not unique table/alias 'c'
1、错误描述 1 queries executed, 0 success, 1 errors, 0 warnings 查询:SELECT (SELECT CONCAT( s.name, '/', sr.reame, '[', DATE_FORMAT(a.startTime, '%Y-%m-%d'), ...
分类:其他好文   时间:2019-02-12 21:27:54    阅读次数:721
keil软件错误总结.doc
KEIL编译错误信息表 错误代码及错误信息 错误释义 error 1: Out of memory 内存溢出 error 2: Identifier expected 缺标识符 error 3: Unknown identifier 未定义的标识符 error 4: Duplicate identi ...
分类:其他好文   时间:2019-02-11 01:10:59    阅读次数:161
前端开发神器 - Brackets
做了几年的 .Net 项目开发,后来公司转 Java 语言开发,Java 做了还没一年,公司准备前后端分离开发,而我被分到前端! Brackets是一款基于web(html+css+js)开发的web前端编辑器。它有许多普通编辑器难以实现的功能,是web前端开发者的神器。 Brackets官网下载: ...
分类:其他好文   时间:2019-02-10 20:18:22    阅读次数:582
L2-002 链表去重 (25 分)
错误代码,写了一个多小时还是错的,而且只有两分,悲伤逆流成河 ...
分类:其他好文   时间:2019-02-09 17:38:03    阅读次数:218
1463条   上一页 1 ... 23 24 25 26 27 ... 147 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!