<DIV id=RTEContent>I was able to have SER working with MySql database.&nbsp; I can see the location table updated with the registered users. </DIV>  <DIV>&nbsp;</DIV>  <DIV>However if I add the following line to ser.cfg to use digest authentication and restart ser,&nbsp;then I saw the following errors in /var/log/messages and ser failed to start.</DIV>  <DIV>&nbsp;</DIV>  <DIV>ser.cfg</DIV>  <DIV>----------</DIV>  <DIV># Uncomment this if you want to use digest authentication<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!www_authenticate("10.1.104.254", "subscriber")) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; www_challenge("10.1.104.254",
 "0");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };</DIV>  <DIV>&nbsp;</DIV>  <DIV>/var/log/messages:</DIV>  <DIV>--------------------------</DIV>  <DIV>Feb 17 16:25:39 localhost ./ser[32533]: authdb_fixup: Invalid table version (use ser_mysql.sh reinstall)<BR>Feb 17 16:25:39 localhost ./ser[32533]: ERROR: fix_expr : fix_actions error<BR></DIV>  <DIV>&nbsp;</DIV>  <DIV>I am using the presence server snapshot. There is no reinstall for this version of ser_mysql.sh. And I made no change to the database or version table. So&nbsp;what is it complaining? I found this strange.</DIV>  <DIV>&nbsp;</DIV>  <DIV>- ming<BR></DIV>