Quote:
Originally posted by Admin
why dont you shut down SQL and then move the data to a new disk and then create a link from the old destination to the new one?
ie>
mv /var/lib/mysql /local/mysql_storage
ln -s /var/lib/mysql /local/mysql_storage
then you don't need to mess w. config stuff...
|
Well, that sounds reasonable. I'll try that thanks.
