MySQL Dump unknown option '-no-beep' -


on old server used mysqldump command make me backup of mysql database.

on new server, version 5.6 of mysql, same command gives me error

unknown option '-no-beep'  

whatever insert.

i searched on internet not find help....

in init file mysql (my.ini), comment out no-beep line, no longer valid option in mysql > 5.0.

see answers here


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -