<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <tt>Hi,<br>
      <br>
      you should try if you could connect to the DB from bash first like
      this:<br>
      <br>
      #!/bin/bash<br>
      sqlu="zendto"<br>
      sqld="zendto"<br>
      sqlp="zendto"<br>
      <br>
      echo select * from dropoff | mysql -B -E --user=$sqlu
      --password=$sqlp $sqld;<br>
      <br>
      <br>
      and see if you get results. (Change the credentials to your needs)<br>
      <br>
      P.S.<br>
      Could it be, that you used a 'special' character when adding the
      access rights for the zendto db user that needs to be escaped and
      maybe your password is now different than you think it is?<br>
      <br>
      Kind regards<br>
      <br>
      PCFreak<br>
      <br>
      <br>
    </tt>
    <div class="moz-cite-prefix">On 18.02.2016 15:50, Brian Novogradac
      wrote:<br>
    </div>
    <blockquote
cite="mid:796146345C18F14E8B9C4C5793409100011E503580@arborexmbx2.UTORARBOR.UTORAD.Utoronto.ca"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:"Calibri Light";
        panose-1:2 15 3 2 2 2 4 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hello everyone,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I need some assistance hope someone can
          help  Ive just set up the system on a centos with mysql
          5.7.11.  authenticating via AD, that works fine but when I go
          to do a dropoff I get the following error:<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <table class="MsoNormalTable" style="width:50.0%" border="0"
          cellpadding="0" width="50%">
          <tbody>
            <tr>
              <td style="padding:.75pt .75pt .75pt .75pt">
                <p class="MsoNormal"><span
style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,sans-serif;color:#162637;mso-fareast-language:EN-CA">Upload
                    Error<o:p></o:p></span></p>
              </td>
            </tr>
            <tr>
              <td style="padding:.75pt .75pt .75pt .75pt">
                <p class="MsoNormal"><span
style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,sans-serif;color:#162637;mso-fareast-language:EN-CA">Unable
                    to add a dropoff record to the database, please
                    notify the administrator.<o:p></o:p></span></p>
              </td>
            </tr>
          </tbody>
        </table>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">In the preferences file I have the correct
          info for DB user id using MySQL.  Cant find anything in logs
          that would tell me otherwise unless im missing something.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Any help be appreciated<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"><span style="font-family:&quot;Calibri
            Light&quot;,sans-serif;color:black;mso-fareast-language:EN-CA">Brian
            Novogradac</span><span style="mso-fareast-language:EN-CA"><o:p></o:p></span></p>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
ZendTo mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>
<a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a></pre>
    </blockquote>
    <br>
  </body>
</html>