I am working with mysql on Ubuntu 15.04
and I have the following error while trying to source
my mysql script
.
ERROR:
ASCII '\0' appeared in the statement, but this is not allowed unless option --binary-mode is enabled and mysql is run in non-interactive mode. Set --binary-mode to 1 if ASCII '\0' is expected.
I have tried to enable the binary-mode as --binary-mode=1
but that doesn't seem to help. Any suggestions would be appreciated.