RE: sql command for exporting database

2006-01-13 Thread Martijn van den Burg
Tony, > Hi Is there any sql commands for dumping/exporing the content > of a database to a file ?? Thanks. Tony. SELECT ... INTO OUTFILE (http://dev.mysql.com/doc/refman/5.0/en/select.html), but that doesn't dump the entire database. From the commandline (i.e. it's not an SQL statement) you can

sql command for exporting database

2006-01-13 Thread tony vong
Hi Is there any sql commands for dumping/exporing the content of a database to a file ?? Thanks. Tony. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- MySQL General Mailing List For list