- Joined
- Feb 27, 2003
- Messages
- 8,509
The move database get's tricky, as there is no simple method to rename a DB. One basically needs to create a new empty DB and mysqldump|mysql from the old to the new one... having to deal with possible charset issues, since it's not a straight dump.
Also has the risk of toasting the data if the original is deleted after the copy.
Not impossible, but would be along the same lines as the move_domain.sh.
John
Also has the risk of toasting the data if the original is deleted after the copy.
Not impossible, but would be along the same lines as the move_domain.sh.
John