Posted by Philip Hallstrom on 09/15/05 01:38
> I have a simple database with one table with about 6 fields, just
> holding filenames, filepaths and sizes. Very basic audit for management
> here. Problem is I import a load of records into this table and it
> seems to only allow me to put in about 550,000 records. Maybe it's
> just mysqlFront that can only display that many records or something.
> Anybody know of a size or record limit in mysql tables? The actual size
> of the database is about 70Mb. Not huge really.
I don't know the actual limit, but you are nowhere near hitting it. Not
even close...
I suspect it's your mysqlFront app that is having issues. Or just an
issue in trying to display 550,000 records at once.
[Back to original message]
|