View Single Post
Old 04-28-2004, 10:32 PM   #3 (permalink)
infinite_root
Registered User
 
infinite_root's Avatar
 
Join Date: Apr 2004
Posts: 26
infinite_root is on a distinguished road
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.


infinite_root is offline   Reply With Quote