There is no spoon^M^M^M^M^Mauto_increment

Posted by ads' corner on Tuesday, 2006-12-05
Posted in [Other-Dbs]

Got this from a mysqlcheck report:

1
2
warning : Found row where the auto_increment column has the value 0
unihelp_db_propietary.unihelp_stats

Too pity, this table has no auto_increment field:

1
2
3
4
5
6
7
8
mysql> desc unihelp_stats;
+-------+--------------+------+-----+---------+-------+
| Field | Type         | Null | Key | Default | Extra |
+-------+--------------+------+-----+---------+-------+
| url   | varchar(126) |      | PRI |         |       |
| count | int(11)      |      |     | 0       |       |
+-------+--------------+------+-----+---------+-------+
2 rows in set (0.00 sec)

Should I repeat myself?


Categories: [Other-Dbs]
Tags: [Mysql]