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

hibernate - How to load global settings frequently used in application in Java -

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

objective c - Ownership modifiers with manual reference counting -