Dave Carrera wrote:
Hi List,

Sorry for this question being slightly OT but its is to due with my Php
script in a way.

MySql has stopped adding rows since the db table hit 1mb...

Anyone know why ?

I have search mysql.com docs and other web resources but can not figure it
out.

Running FreeBSD 4.7 and MySql 3.23.58 if that helps

Thank you in advance for any help or guidance and once again sorry for being
a bit OT.

If you have an int auto-increment field that is the primary key, you could have reached the upper limit for int -- which would prevent new rows from being added.


1mb is not any limit for MySQL.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to