MySQL data and Log File on Seperate disks

Hello All,
By default, MySQL stores log
file on the system disk (/). To increase the I/O throughput, consider
storing log, data and index files on separate physical disks.

Thanks
-ViSolve Performance team
http://visolve.com/hc/

Sounds like a great idea. What configuration file do we change to do this (working under Windows)?

hi @Wizard353, so this is XAMPP?

Hi Wizard,

The default storage location of MySQL can be changed using the configuration file (Linux->my.cnf and Windows ->my.ini).

Kindly back up your configuration file and go through the MySQL maunal page to change the parameters related to default storage locations in the configuration file.

Thanks,
ViSolve