[imp] Moving IMP's MySQL d/b from old to new system
Michael Bull
mbull@uoguelph.ca
Mon, 26 Mar 2001 16:12:28 -0500
At 01:16 PM 26/03/2001 -0600, you wrote:
>Okay, now I see what I really need to ask so someone can maybe help
>out...
>
>How do I copy my contacts and preferences d/b from one system to
>another?
I can't help you with MySQL (I use postgres), but just look up backup
procedures with MySQL. When I moved my Postgres database, I just backed it
up on the source, tranferred that backup the the target server, and then
restored the backup of the database. I can't imagine MySQL being much more
complex for that task.