Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Re: Error about MySQL bin collation

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Re: Error about MySQL bin collation


Chronological Thread 
  • From: "Eszes, Gabor" <>
  • To: "Coleman, Erik C" <>, "" <>
  • Subject: [grouper-users] Re: Error about MySQL bin collation
  • Date: Tue, 22 May 2018 20:04:58 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:pHRsoxK4VEutELcZ9NmcpTZWNBhigK39O0sv0rFitYgXKv/4rarrMEGX3/hxlliBBdydt6ofzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxlGiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0yRD+s7bpkSAXwhSkHKTA37X3XhMJzgqJVoh2hpgBwzYHbb4yOKPp+Z7/Rcc8GSWZdXstcUTFKDIOmb4sICuoMJehUoYbmp1oPsxS+HhGgD/7uxDBSnXD22rc63+o8GgzB3QIuEMkOsXXKo9XuL6oSVv26zLTSwTrdcvxWxC7w5Y7VeR4vpvGMWKh/ccvXyUQ3DQzFi0+fqI3iPzOTzOgCr2+b7+94WeKujW4ntx9+oiKpxsgylonFmJgZxU7Z+iVk2Io6P9i4R1R6YN6jFptfrS+bN5BsTsw+RGFovSA3waAFt56jZCUG1o4oywLCZ/GCboSE/w/vWeOfITp3mH5pZLeyhxis/kWvyuDxU8y53VdXoiVZitXBsnMA2wbO5sWGS/Zx5Ems1SiV2wzO6+xJLlg4laTFJJMi3rI9k58evETfESDrhkr7ia2belgr9+Wt6enoeLvrqYGZOoJ3lw7yL7gil8qiCuoiKAcORXKU+eGk2b3j40L5RLJKg+UunKTFt57WOdoXqrenDgBXz4ov8hG/ACy439gCmnkHMU5FdwmAj4j0PVHBPer0De+lg1SrjDdk2ezJPqHgApXKKHjPirDhfath605YzwozytNf64hIBbEGJfL/Qk7xtNrGAR8lKwG43fzoBMlg2o4bRG6DH7KVPabcsVKH+u4jP+yBZIELtzvyK/Uo4vvjgH4klVABZaWp2IEYaHG8HvRoOUWZZn/sj88AH2kFpQo/TfLliEaZXD5UenmyQrgw6S8mB4K7FYvDXJyigKSd3CenGZ1bfm9GCkqLEXf1b4WLRe0MZDuPIs96jDMET6OhRpQl1RGvrw/616FnIvTO9i0Zs5LjyMZ65/fVlR4s6Tx4Ed6R3H+QQGFpzSs0QGp896d7rEl0zBPL/LJ5gLRzX5QH6vhCegY+MZ/ayO1hTd3+R1SFNp2GUlG7Wti8RCwqQ8gq694If0tnHdi+1FbO0zfgS+sajbuWHJEut7/H0mLqD8d713vc0qQ91R8rTtYZZkO8gasqvSXIFYPS1w22nqytb+5UiAHg73WO1kKJsFweXQJtB/aWFUsDb1fb+IyqrnjJSKWjXOwq
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

This sounds similar to a post from 2016 [1], where the fix was changing the
collation setting to utf8_bin, which is what the error message tries to
reference.

In RDS you should be able to change the collation by issuing an alter [2].

[1] https://lists.internet2.edu/sympa/arc/grouper-users/2016-09/msg00020.html

[2]
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html


________________________________________
From:


<>
on behalf of Coleman, Erik C
<>
Sent: Tuesday, May 22, 2018 3:56:46 PM
To:

Subject: [grouper-users] Error about MySQL bin collation

I have Grouper successfully connecting to an AWS RDS instance, running
MariaDB. But at startup, I’m getting this error:

[pool-3-thread-1] ERROR GrouperStartup.verifyUtf8andTransactionsHelper(462) -
- Error: Queries in your database seem to be case insensitive, this can be a
problem for Grouper, if you are using MySQL you should use a bin collation

My connection string is as follows:

hibernate.connection.url =
jdbc:mysql://xxxx.us-east-2.rds.amazonaws.com:3306/grouper?CharSet=utf8&useUnicode=true&characterEncoding=utf8

Any suggestions? I didn’t have any different options when running a local db
instance running straight MySQL, so I’m not sure if this is a MariaDB thing?

Thanks!

Erik Coleman
University of Illinois at Urbana-Champaign




Archive powered by MHonArc 2.6.19.

Top of Page