copying a large mysql instance
I’m learning some hard lessons about using mysqldump for a very large mysql instance. The databases on this machine total about 20GB on disk. I’ve looked at some of the tables and want to barf at things that are (for example) obviously an eight- or nine-digit integer that are in there as VARCHAR(255) (I [...]

