I have a table named "log", which basically stores error log for my php application. My application has database running on rds, and recently i had to delete logs from this table, so i downloaded a backup of this table and imported into my local database in phpmyadmin.
It imported well, but when i went into the table its showed 0 records..
But there are records as its evident from this image..
I just don't know why it isn't displaying the records, even if they are there..is this has anything to do with large number of records..i tried to search it but couldn't find it..please help..
thanks.