Mysql
文章平均质量分 71
iteye_494
这个作者很懒,什么都没留下…
展开
-
Mysql 的一些小的注意事项
[size=medium]未完待续: 1. Mysql 不支持 用group 建表名 需要改名 2. xp下安装 mysql 最后报:error nr 2003 can't : 防火墙已关 3306 已特殊 结果发现是 hosts的问题 127.0.0.1 localhost 192.168.51.101 localhost 少了第2行的配...原创 2012-08-28 14:17:12 · 107 阅读 · 0 评论 -
Mysql 空间数据库学习
建表: CREATE DATABASE geodatabase; USE geodatabase; CREATE TABLE test( id INT PRIMARY KEY AUTO_INCREMENT, name VARCHAR(128) NOT NULL, pnt POINT, line LINESTRING, pgn POLYGON )ENGINE=...原创 2015-06-03 10:03:17 · 266 阅读 · 0 评论 -
'0000-00-00 00:00:00' can not be represented as java.sql.Timestamp error
### Cause: java.sql.SQLException: Value '0000-00-00 00:00:00' can not be represented as java.sql.Timestamp ; SQL []; Value '0000-00-00 00:00:00' can not be represented as java.sql.Timestamp; nested ...原创 2016-07-14 14:47:40 · 131 阅读 · 0 评论