alex
6
What you need to do is linked above.
Run the following SQL on your database:
ALTER TABLE `oauth_clients` CHARACTER SET utf8 COLLATE utf8_general_ci;
Also linked above are instructions on how to do that.
You may also need to do the columns in that table as setout here:
Then restart or down/up the cms-web
container.
2 Likes