MySQL Forums
Forum List  »  MySQL Workbench

mysqldump unknown option no beep
Posted by: Ricardo Gonzalez Bernal
Date: September 24, 2015 04:57PM

hello i have the problem with mysqldump: unknown option '--no beep' I read these topics mysqldump unknown option no beep and MySQL Dump unknown option '-no-beep' both links says that i must to comment the line "#no-beep" I did it and I still have the same problem, also I deleted the my.ini file and nothing

this is my my.ini :

# honor these values, you need to specify it as an option during the
# MySQL client library initialization.
# [client]
#no-beep

# pipe
# socket=mysql port=3306

[mysql]

default-character-set=utf8


# SERVER SECTION
# ------------------
I am in 5.6 MySQL version

this is the command that I'm trying: mysqldump -u user -p pass -all-databases > C:\recover.sql But I don't know if using Data Export from MySQL workbench is the same command but both ways didn't works

Options: ReplyQuote


Subject
Views
Written By
Posted
mysqldump unknown option no beep
7705
September 24, 2015 04:57PM
1149
September 25, 2015 01:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.