I am getting "ASCII encoding" errors when I insert into my database because I did a fresh install of the MYSQL.
I'd like to change the default to UTF-8 again.
This is the error I'm getting because MYSQL is not set in UTF-8 mode:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)