When connecting through the MySQL client work insert and get value. But through the API inserted question marks.
Asked
Active
Viewed 41 times
1
-
Seems to be a problem with the encoding. Post some of your code so we can try to find the problem. – diiN__________ Mar 02 '16 at 08:24
-
I try add values on site. I have not used my code – Алексей Компанец Mar 02 '16 at 08:45
1 Answers
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
- Go to Setting => Database
- Click Get Password and save it to the clipboard
- If you don't see the "Edit Connection" button then add "/edit" to the browser url
- On the username text box add ;CharSet=utf8;
- Paste the password from the clipboard
- Click Save

user3375230
- 421
- 2
- 5