Changes between Version 1 and Version 2 of MoveDatabaseToOtherPartition
- Timestamp:
- 2011-04-13T09:23:34+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MoveDatabaseToOtherPartition
v1 v2 1 2 1 == How to move a MySQL database to another partition == 3 2 … … 7 6 "/etc/init.d/mysql stop" 8 7 9 3) Move the folder to the new directory to the new partition (/your/new/location/ .8 3) Move the folder to the new directory to the new partition (/your/new/location/) 10 9 11 10 4) Give MySQL ownership of the directory 12 "chown -R mysql:mysql /your/new/location/ MySQLdatabase"11 "chown -R mysql:mysql /your/new/location/*" 13 12 14 13 5) Create a Symlink between the old directory and the new created dir.