Thomas Roten
Thomas Roten
@thorstenkampe I finally installed Python 2 on my Windows computer and reproduced the error with a minimal example. I also have a workaround for you. Here is the example that...
@Sunyelw Here are the settings that I'm using that allow me to see Chinese text as expected: 1. Font setting: `NSimSun` 2. ~Code page set to UTF-8: `chcp 65001`~ 3....
@Sunyelw So, for #2, I would try to avoid that one (a lot of people warn against that on various sites like StackOverflow). As far as #1 goes -- you...
Hello @chientranthien! It looks like you're using SSL on the `mysql` client. Can you provide the command you're using to connect with mycli? Thanks!
@chientranthien Thanks! So, you're using a tunnel -- that's great, it looks like specifying the port should work fine for that. So, I believe that mycli is interpreting `test_db` as...
Hi @chientranthien, any luck with this?
@chientranthien The next steps I would try if I were you are: 1. Configure mycli to use SSL like the mysql client was doing. The official client will automatically establish...
This sounds like a great idea. Here is another pgcli pull request that looks important for this: https://github.com/dbcli/pgcli/pull/425
Hi @MartynKeigher! I was able to get this working for a previous issue and laid out the steps for it here: https://github.com/dbcli/mycli/issues/753#issuecomment-504279817 I hope that works for you!
@AlecHansen I think there are ways to speed it up. For instance, I believe the official mysql client only asks you for a password if you use the `-p` flag...