cpfan
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by cpfan-
cpfan created a post,
listresellers api requires root access only
Hello, I created an API to list the resellers, but the issue is the API token should have everything access, otherwise I have permission denied error. This is my code: import requests token = 'JJM6...
-
cpfan commented,
I did fix it by using this link: Change MySQL default character set to UTF-8 in my.cnf? Thanks all
-
cpfan commented,
I tried them before by adding these two lines in my.cnf file, but it doesn't work. Here is my.cnf contents: [client] character_set_server='uft8' character_set_database='utf8' I also tried this: [cl...
-
cpfan created a post,
How to change Server Charset in phpmyadmin
Hello, How can I change Server Charset in phpmyadmin? I googled but did not find a proper solution. I have root access. Thanks in advance