Database full?

I have a table named logs … I have noticed that when the record numbers
reach 127, it stops accepting more records. Any idea?

Vapor R. wrote:

I have a table named logs … I have noticed that when the record numbers
reach 127, it stops accepting more records. Any idea?

Maybe check the size of the int for your primary key? Probably want to
change it to int(11)

First thought, sounds like the id field is set to a tiny int (8 bit int,
unsigned max of 127).
HTH
Richard

On 9/14/07, Vapor R. [email protected] wrote:

I have a table named logs … I have noticed that when the record numbers
reach 127, it stops accepting more records. Any idea?

Posted via http://www.ruby-forum.com/.


Richard J Hancock
Developer/System A.