<div dir="ltr"><div dir="ltr">Thanks Peter. I was wondering if the age of our installation might have been the issue. I was even trying to poke through the code to see what it was looking for in the check to see if there was that sort of mis-match between what ASpac was looking for and what MySQL was returning.<div><br></div><div>Fortunately, this is not our production server. It is a sandbox / testing server. It sounds like the upgrade to our university managed MySQL server (in conjunction with the old version of ASpace) is the root of the issue. If I were to hazard a guess, we haven't had to reboot the sandbox server since the MySQL upgrade and recent system reboot just brought the issue to light.</div><div><br></div><div>Matt<br clear="all"><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><br>----<b><br>Matt Adair</b><br></div><div>Archivist for Digital Imaging and Infrastructure</div><div><br></div><div dir="ltr"><img src="https://ci3.googleusercontent.com/mail-sig/AIorK4zQSmqLoMdUNhv3966x340KqFDspUjPLDP2yUhADeQmdyoueQpr4Qg5-GGeIU6zcksd6KYM5Ik" width="200" height="15"><br></div>Bentley Historical Library<br>1150 Beal Avenue<br>Ann Arbor, Michigan 48109-2113<br>734-647-3537<br><a href="http://bentley.umich.edu" target="_blank">http://bentley.umich.edu<br></a>@UmichBentley </div><div dir="ltr"><br></div><div dir="ltr"><font color="#666666"><i>The Bentley Historical Library acknowledges that coerced cessions of land by the Anishnaabeg and Wyandot made the University of Michigan possible, and we seek to reaffirm the ancestral and contemporary ties of these peoples to the lands where the University now stands.</i></font><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div><br><input name="virtru-metadata" type="hidden" value="{"email-policy":{"disableCopyPaste":false,"disablePrint":false,"disableForwarding":false,"enableNoauth":false,"expandedWatermarking":false,"expires":false,"sms":false,"expirationNum":1,"expirationUnit":"days","isManaged":false,"persistentProtection":false},"attachments":{},"compose-id":"3","compose-window":{"secure":false}}"></div></div><br><div class="gmail_quote" style=""><div dir="ltr" class="gmail_attr">On Wed, Jan 18, 2023 at 4:15 PM Peter Heiner <<a href="mailto:ph448@cam.ac.uk">ph448@cam.ac.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Matthew Adair wrote on 2023-01-18 14:23:14:<br>
> Version 2.5.2 of ASpace.  Version 8.0.30 of MySQL<br>
<br>
A couple of versions prior to yours MySQL started explicitly reporting<br>
'utf8mb3' where in the past it would say 'utf8'. That's because 'utf8' is<br>
currently an alias for 'utf8mb3' and they want to deprecate 'utf8mb3' and make<br>
'utf8' an alias of 'utf8mb4' instead.<br>
ASpace 2.5.2 only recognises 'utf8' as an UTF-8 character set, this was fixed<br>
in ASpace 2.7.1. I would consider upgrading to a more recent version if<br>
possible.<br>
<br>
> We get the following error in the log file:<br>
> "The following MySQL database tables are not set to use UTF-8 for their<br>
> character encoding:"<br>
> and then it lists all of the database tables, and fails with an unable to<br>
> connect to database error<br>
> <br>
> Encoding on the database and all of the tables are utf8mb3_general_ci<br>
<br>
Short of the ASpace upgrade (or a database downgrade that might be even more<br>
painful) the correct solution is to convert table data to 'utf8mb4', see<br>
<a href="https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-conversion.html" rel="noreferrer" target="_blank">https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-conversion.html</a><br>
for details on how to do that.<br>
<br>
Hope that helps,<br>
p<br>
_______________________________________________<br>
Archivesspace_Users_Group mailing list<br>
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" target="_blank">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
<a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" rel="noreferrer" target="_blank">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><br>
</blockquote></div></div>