mycli icon indicating copy to clipboard operation
mycli copied to clipboard

mycli -u root -pd Failed to execute this command line

Open Eventidus opened this issue 3 years ago • 6 comments

OS:Window10 Python:3.9 Mycli:1.24.1 image

Eventidus avatar Mar 21 '21 04:03 Eventidus

Please can someone help me, thanks in advance!

Eventidus avatar Mar 31 '21 07:03 Eventidus

I get the same problem, waiting for some solution.

Thomas-Bagnolati avatar Apr 07 '21 14:04 Thomas-Bagnolati

i also get the same problem. Did anyone solve that.

Bhavesh164 avatar May 03 '21 17:05 Bhavesh164

Same problem here.

MarcSerretCRG avatar Jul 07 '21 08:07 MarcSerretCRG

Please help solve this problem,I'm also stack here mycli

Chirasha123 avatar Oct 16 '21 10:10 Chirasha123

What happens is that (at least) one of your configuration file isn't in UTF-8 encoding and contains special characters. This can be if any of the loaded config files according to https://github.com/dbcli/mycli/blob/d62eefdc819a11ecdb97d93dd7ad1922d28a3795/mycli/main.py#L134-L135

It should be fixed if you change the file encoding to UTF-8 with your editor of choice.

fpietka avatar Oct 18 '21 06:10 fpietka