Forum Moderators: coopster
So I've hit a limit of 16.0 MB on my MEMORY table... Thank goodness for "or die(mysql_error)" or I never would have noticed or thought that my "table is full" ...?
I've added the following to my my.ini file (the windows version of my.cnf):
"[mysqld]
#set max MEMORY table size to about 294 megs..
max_heap_table_size = 294967295"
And even after re-starting the IIS server, dropping the MEMORY table, and creating it again, I'm still hit with this mysterious 16Megabyte limit...
Anyone have any experience with this? Thanks.