Question :
I installed Windows Server 2008 and MySQL 5.5.
Now I need configure MySQL for huge InnoDB tables and a lot of connections.
I see that on my Windows Server, there is a my-huge
file(configs files that come with mysql :my, my-huge,my-large .ini) with configuration inside the mysql directory.
How can the my-huge configuration be enabled?
Answer :
You need to stop mysqld, swap in my-huge.ini, and start up mysqld
cd C:"Program FilesMySQLMySQL 5.5""