Re: [PHP] Slightly OT Mysql question

2004-06-01 Thread Burhan Khalid
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


Re: [PHP] Slightly OT Mysql question

2004-06-01 Thread XMG
On Mon, 31 May 2004, 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 ?

Do you check mysql_error and mysql_errno to see what
errors are returned?

lk

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



[PHP] Slightly OT Mysql question

2004-05-31 Thread Dave Carrera
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.

Dave C

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.692 / Virus Database: 453 - Release Date: 28/05/2004
 

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