When I try to dump data from my Cloud SQL database through MySQL Workspace, I get this in the log of the export process:
Error executing task: 'ascii' codec can't decode byte 0xc3 in position 60: ordinal not in range(128)
Error executing task local variable 'p1' referenced before assignment
What's causing this and how do I solve it?
EDIT: It works when dumping data from a local MySQL server, so the problem occurs only when trying to dump from Google Cloud SQL. I still don't know why it happens.