C#语言,使用Mysql语句来备份Mysql数据库,我写的sql语句如下:mysqldump.exe 
-uroot
-p123456  
--no-create-info=FALSE 
--order-by-primary=FALSE 
--force=FALSE 
--no-data=FALSE 
--tz-utc=TRUE  
--flush-privileges=FALSE 
--compress=FALSE 
--replace=FALSE 
--host=127.0.0.1 
--insert-ignore=FALSE 
--extended-insert=TRUE 
--user=root  
--quote-names=TRUE 
--hex-blob=FALSE 
--complete-insert=FALSE 
--add-locks=TRUE 
--port=3306 
--disable-keys=TRUE 
--delayed-insert=FALSE  
--create-options=TRUE 
--delete-master-logs=FALSE 
--comments=TRUE 
--default-character-set=gbk 
--max_allowed_packet=1G  
--flush-logs=True 
--dump-date=TRUE 
--lock-tables=TRUE 
--allow-keywords=FALSE 
--events=FALSE 
--databases flamingo > E:\dbbackup\20121126110703.dat
麻烦大家帮忙看看有什么错误呢!执行不了!MySQL备份SQL数据库