13 Jul
2009
13 Jul
'09
11 p.m.
2009/7/13 Roche III, Edward <edward_roche@solanco.k12.pa.us>
I would like to change the location of my Koha db to a different drive. Can someone tell me the best way to do this?
Thanks
Ed
To the best of my knowledge, it's fairly simple (I'm assuming you want to copy all of the MySQL databases to this new drive). Shut down your MySQL server, then copy the data directory — usually /var/lib/mysql/ — to the new hard drive. Reconfigure the MySQL server to point to the new data directory, and you're done.
-- Jesse Weaver