1

When connecting through the MySQL client work insert and get value. But through the API inserted question marks.

enter image description here

Tommaso Bertoni
  • 2,333
  • 1
  • 22
  • 22

1 Answers1

2

If you followed the doc's then you can see the Cyrillic letters in the db.

I think you missed the last step which is to edit the connection details

  1. Go to Setting => Database
  2. Click Get Password and save it to the clipboard
  3. If you don't see the "Edit Connection" button then add "/edit" to the browser url
  4. On the username text box add ;CharSet=utf8;
  5. Paste the password from the clipboard
  6. Click Save
user3375230
  • 421
  • 2
  • 5