SeunMatt / mysql-backup4j

mysql-backup4j is a library for programmatically exporting mysql databases and sending the zipped dump to email, Amazon S3, Google Drive or any other cloud storage of choice
MIT License
124 stars 71 forks source link

java.sql.BatchUpdateException: Not a valid escape sequence #20

Closed ypkkhatri closed 3 years ago

ypkkhatri commented 3 years ago

I have some java object in database, and export works fine but on import I'm getting an error:

Exception in thread "main" java.sql.BatchUpdateException: Not a valid escape sequence: {DÊû>
°²Ë?<sTXKC«̱0b?²7áý|!Àkn¢¾;7¥Gó?µF+?s§Â­ô?_nÇ¥?2Í?vsìÃíâO*
FULaBUla commented 3 years ago

is it a blob data?

ypkkhatri commented 3 years ago

Yes thats right

FULaBUla commented 3 years ago

Yes thats right

the issue #16 (PR #19) maybe resolve this problem. i have same problem

ypkkhatri commented 3 years ago

Will it be merged?

ypkkhatri commented 3 years ago

@FULaBUla I have tried your PR and it worked for me.

ypkkhatri commented 3 years ago

As this issue will be resolved in #16 so closing this one.

FULaBUla commented 3 years ago

Will it be merged?

I don't know, I have waited 1 week. o(╥﹏╥)o

SeunMatt commented 1 year ago

Hello @ypkkhatri please see this comment and respond. Thank you

ypkkhatri commented 1 year ago

Hi, sorry I'm not actually using the package anymore.