Link to home
Start Free TrialLog in
Avatar of Francois Koutchouk
Francois KoutchoukFlag for United States of America

asked on

multiple mySQL data directories?

I would like to use multiple data directories.  Right now my.ini points to a single d:\mysqldata directory.
I would like to do something as in Microsoft SQLServer that allows storing database files anywhere (e.g. d:\sqldata, e:\sqldata, f:\sqldata).

Why?  I have many large (5Gb+) mySQL databases.  SSD is the way to go, but drives bigger than 128G are for now expensive.  Plus a single point of failure for all the databases...
So I would like to add 128G SSD drives in my Windows machine, as I do in my SQL Servers.
Avatar of deviprasadg
deviprasadg
Flag of India image

Avatar of Francois Koutchouk

ASKER

Thank you, my bad, I failed to indicate that I am using
innodb_file_per_table option (the only way with many large databases like mine).
The second article indicates that .sym files are not supported in this mode.
Any other options in Windows?
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial