Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Benjamin Taub
Total activity
13
Last activity
August 27, 2022 20:44
Member since
April 26, 2020 21:25
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
4
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
August 27, 2022 20:44
Just to add a reason for this... in my case, the function receives the object into which I want to move the function. It then works on that instance of the object. I'd rather just have the function...
Community
PyCharm
convert function to class method?
0 votes
Created
April 28, 2020 16:40
One more update here. It turns out that I don't think I even needed the addition to my connection string. It seems that that the trick was to remove the character set types from the advanced tab an...
Community
PyCharm
Pycharm DB Editor: [0S100] Unsupported character encoding 'utf8mb4'.
0 votes
Edited
April 28, 2020 16:38
Thank you, @... , I tried a few variations on your idea and got things to work! Here are the things I had to do: 1) I added the string you suggested ?useUnicode=true&character_set_server=utf8mb4 to...
Community
PyCharm
Pycharm DB Editor: [0S100] Unsupported character encoding 'utf8mb4'.
0 votes
Created
April 26, 2020 21:30
@... I think I have this same problem. When you say "set names utf8mb4" to temporarily overcome this issue, where do you do it? Thanks!
Community
DataGrip
How do I set utf8mb4 for MySQL?
0 votes