i use the command :
mysqldump -uroot -p linux > /root/linux.sql ; there are two tables in linux .
but it's no replay ,i mean can not export !
why ?
My guess is you're missing some command line parameters. Check out this page: http://dev.mysql.com/doc/mysql/en/mysqldump.html