I have gigabytes of tabular data stored in a SQL Server database. I've been trying to migrate it to MySQL using the Migration Toolkit from Oracle. I didn't have any mapping errors and fixed all the syntax mismatches, so now the rows are being transferred. But when I go to PHPMyAdmin and try to browse, it keeps saying MySQL returned an empty result set (i.e. zero rows). ( Query took 17.0116 sec )
although it says there are 44,546,089 rows in that table, and I can see the hard drive space filling up too. I just can't access any of the data.
I researched a bit and increased the buffer size from 16M to 160M in my.conf. But I can't fix this problem.
Some things I noticed (red marked in the status page):
Innodb_buffer_pool_pages_dirty: 376
Innodb_buffer_pool_reads = 92 k
Handler_read_rnd = 41
Handler_read_rnd_next = 59 k
Any advice? This database will be read-only. Also the server specs: dedicated, 8GB RAM, Debian 6, 500GB HDD, ~2.8GHz Quadcore Intel