活着,寻找生存。
发布时间:2016-03-02 18:41:15
这里在参考手册学习创建联合主键的时抛出如下错误: ERROR 1075 (42000): Incorrect table definition; there can be only one auto column and it must be defined as a key数据库版本: root@localhost 18:30:18 sampdb> select version() -> ; +----------.........【阅读全文】
发布时间:2016-03-02 18:01:50
这里在使用load 导入的时候遇到如下错误:root@localhost 14:06:45 sampdb> LOAD DATA LOCAL INFILE '/home/mysql/pet.txt' INTO TABLE pet -> FIELDS TERMINATED BY ',' -> OPTIONALLY ENCLOS.........【阅读全文】
发布时间:2016-03-02 17:56:09
在查看表结构的时候抛出:ERROR:No query specifiedroot@localhost 17:45:36 sampdb> show create table animals\G;*************************** 1. row *************************** Table: animalsCreate Table: CREATE TABLE `animals` ( `id` mediumint(9) NOT NULL AUTO_INCR.........【阅读全文】