I'm trying to create table in MySQL. One of the queries involves create and inserting a large amount of rows into a temp table. When I try to run it, I get this error:
Error code 1206: The number of locks exceeds the lock table size.
Please help me how to resolve this.