Okay, I'm going to take out an SSD for my DayZ Epoch database.
I'm struggling to sort out how to move it!
Support suggested I posted on these forums, as they said to:
1. Shut down the MySQL server.
2. Change the datadir variable in the MySQL configuration. Make sure to edit this in both the [mysqld] and [mysqld_safe] sections.
3. Change the basedir variable in the same sections.
4. Move the current data folder to the new location you specified.
5. Restart your MySQL server.
The only problem is that the variables datadir (in 2 sections) and basedir (in both sections) are NOT present in the my.ini file (which is where support thought they should be).
JUST TO BE SURE I am checking the correct my.ini file, in my server restart batch file I use:
--defaults-file=server_setup\xampp\mysql\bin\my.ini
So I have navigated to that my.ini file, and that's the one I'm checking... Could there be another? A basic Windows one or something?!
Hmmm any advice guys?
