MySQL: stopping just one DB to allow it to be moved

Posted by DrStalker on Server Fault See other posts from Server Fault or by DrStalker
Published on 2010-04-29T01:24:00Z Indexed on 2010/04/29 1:27 UTC
Read the original article Hit count: 393

Filed under:
|
|

I want to do some work on the files that make up a few MySQL DBs (moving the files to a different partition and symlinking the original location to this) and if possible I'd like to shutdown just the database being moved, rather than shutting MySQL down altogether.

Is there anyway in MySQL to do this, or will I need to do a full MySQL shutdown to be able to move the files?

© Server Fault or respective owner

Related posts about mysql

Related posts about DBA