-> 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 HOST.DOMAIN.XXX -p DATABASE_TABLE > the_database.sql Anders Norrbring Norrbring Consulting -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]