cepts only 127 records
Hi,
got a problem as mysql does not allow writing but 127 entries to a
database, any idea how to correct this abnormality?
Jari Mäkelä
-
Before posting, please check:
http://www.mysql.com/manual.php
> Hi,
> got a problem as mysql does not allow writing but 127 entries to a
> database, any idea how to correct this abnormality?
> Jari Mäkelä
You probably created an auto-increment field of type tinyint - check the data
specification for tiny int in the online manual to see whay it's happening
Hi,
got a problem as mysql does not allow writing but 127 entries to a
database, any idea how to correct this abnormality?
Jari Mäkelä
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http: