I want to take backup for 3308 port in mysql using below given mysqldump command ,but I am getting this error.plz help.
mysqldump -h 172.16.150.10 -P 3308 -uroot -proot rt_CallAnalysis > b.sql
mysqldump: Couldn't execute 'SET OPTION SQL_QUOTE_SHOW_CREATE=1': You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_QUOTE_SHOW_CREATE=1' at line 1 (1064)
OPTION SQL_QUOTE_SHOW_CREATE=1because there's a syntax error