<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Thanks Blake, et al, that seems to be working.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
here is what I did:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span><u># step 1.a put CDT (serverTimezone=America/Chicago) back into config.rb</u></span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span>cd archivesspace<br>
</span>
<div>cd config<br>
</div>
<div>vi config.rb<br>
</div>
<div><u># step 1.b verify</u><br>
</div>
<div>grep Chicago config.rb<br>
</div>
<div>AppConfig[:db_url] = "jdbc:mysql://tslac4avwebtest.tsl.state.tx.us:3306/archivesspace?user=[REDACTED]&password=[REDACTED]&useUnicode=true&characterEncoding=UTF-8&serverTimezone=America/Chicago"<br>
</div>
<div><br>
</div>
<div><u># step 2 run mysql statement</u><br>
</div>
<div>mysql -u[REDACTED] -p[REDACTED]<br>
</div>
<div>use archivesspace<br>
</div>
<div>exit<br>
</div>
<div><u># step 3 relink db_url string with setup-database.sh script<br>
</u></div>
<div>cd scripts<br>
</div>
<div>./setup-database.sh<br>
</div>
<div>cd ..<br>
</div>
<div># step restart aspace<br>
</div>
<div>./archivesspace.sh stop<br>
</div>
<div>./archivesspace.sh start<br>
</div>
<div>watch grep Weldome /var/www/misc/aris/archivesspace/logs/archivesspace.out<br>
</div>
<span></span><br>
</div>
<div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; font-family: Calibri, Helvetica, sans-serif; color: rgb(0, 0, 0);">
<p style="margin-top: 0px; margin-bottom: 0px;margin-top:0; margin-bottom:0"></p>
<div><img class="EmojiInsert" data-outlook-trace="F:1|T:1" src="cid:99122946-6043-4cb6-b03a-0e2cdc41d5a4"><br>
</div>
<br>
<p style="margin-top: 0px; margin-bottom: 0px;"></p>
</div>
</div>
</div>
</body>
</html>