RE: Send someone a database

2003-11-28 Thread Anders Norrbring
- Subject: Send someone a database - - Dear All - - I want to send a MySQL database to a client by email. Which is the best - way - to do it? Michael, I usually just dump the database to a file, zip/rar/arj it and send as a file attach. Use mysqldump like this; mysqldump -u USER -h

Re: Send someone a database

2003-11-28 Thread Mayuran
michael johnson wrote: Dear All I want to send a MySQL database to a client by email. Which is the best way to do it? Michael Johnson Director BPEnet Humphrey Consulting Limited 13 Austin Friars London EC2N 2JX Tel +44(0)870 922 0247 Fax +44(0)1323 419554 email [EMAIL PROTECTED] URL

Re: Send someone a database

2003-11-28 Thread Colleen Dick
I would mysqldump it, tar it up and send it as an attachment (hope it isn't too big.) Make sure to tell him to delete the illegal line of --- before he tries to import it. michael johnson wrote: Dear All I want to send a MySQL database to a client by email. Which is the best way to do it?