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?