上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 83 下一页
摘要: 问题: mysql DNS反解:skip-name-resolve错误日志有类似警告: 1.120119 16:26:04 [Warning] IP address '192.168.1.10' could not be resolved: Name or service not known2.12 阅读全文
posted @ 2018-01-21 14:22 追忆丶年华 阅读(1236) 评论(0) 推荐(0) 编辑
摘要: MySQL 5中,出现错误提示: Field 'id' doesn't have a default value www.2cto.com 解决方法一: 打开my.ini,查找 sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_S 阅读全文
posted @ 2018-01-21 14:21 追忆丶年华 阅读(459) 评论(0) 推荐(0) 编辑
摘要: Linux下安装初始化完MySQL数据库之后,使用mysqld_safe启动mysql数据库,如下发现,启动失败 [root@SVNServer bin]# ./mysqld_safe –user=mysql& 或 [root@SVNServer bin]# /etc/init.d/mysqld s 阅读全文
posted @ 2018-01-21 14:21 追忆丶年华 阅读(1004) 评论(0) 推荐(0) 编辑
摘要: [root@localhost bin]# ./mysql -pEnter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)[root@loca 阅读全文
posted @ 2018-01-21 14:20 追忆丶年华 阅读(541) 评论(0) 推荐(0) 编辑
摘要: /usr/local/mysql/bin/mysqldump -uroot -pxxxxx --all-databases > all.sql mysql用mysqldump导出数据库时提示“-- Warning: Skipping the data of table mysql.event. Sp 阅读全文
posted @ 2018-01-21 14:20 追忆丶年华 阅读(233) 评论(0) 推荐(0) 编辑
摘要: Mysql错误:Ignoring query to other database解决方法 今天登陆mysql show databases出现Ignoring query to other database错误,又试了几个命令和sql全部提示Ignoring query to other datab 阅读全文
posted @ 2018-01-21 14:19 追忆丶年华 阅读(313) 评论(0) 推荐(0) 编辑
摘要: Mysql error:no query specified mysql下抛出错误:error:no query specified出现此错误是sql不合法原因:如:select * from abc\G;或者select * from abc;; \G后面不需要再加分号; 阅读全文
posted @ 2018-01-21 14:18 追忆丶年华 阅读(350) 评论(0) 推荐(0) 编辑
摘要: mysql出现ERROR : (2006, 'MySQL server has gone away') 的问题意思就是指client和MySQL server之间的链接断开了。 造成这样的原因一般是sql操作的时间过长,或者是传送的数据太大(例如使用insert ... values的语句过长, 这 阅读全文
posted @ 2018-01-21 14:18 追忆丶年华 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 如果在启动warning: World-writable config file /home/mysql/my.cnf is ignored原因:my.cnf的读取权限进行了设置,不允许World-writable(字面意思是全世界都可读写)解决方法:sudo chmod 644 /home/mys 阅读全文
posted @ 2018-01-21 14:17 追忆丶年华 阅读(481) 评论(0) 推荐(0) 编辑
摘要: 问题重现(以下讨论范围仅限Windows环境): C:\AppServ\MySQL> mysql -u root -pEnter password:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using passwor 阅读全文
posted @ 2018-01-21 14:17 追忆丶年华 阅读(290) 评论(0) 推荐(0) 编辑
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 83 下一页