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?