<div dir="ltr">At this point, I don't know what to tell you. There doesn't appear to be enough information to guess what might be going wrong for you.<div><br></div><div>The count returns a value, so there must be data in the table. But the selection apparently returns nothing. Again, I don't see enough to do more than make wild guesses.</div><div><br></div><div>The ownership of MySQL is inconsequential. The DBI interface is completely removed from that and it is highly unlikely that the DBD::mysql module would let it vanish, breaking the entire interface.<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 19, 2016 at 2:48 PM, Joel Fentin <span dir="ltr"><<a href="mailto:joel@fentin.com" target="_blank">joel@fentin.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have another tool that displays the right data.<br>
<br>
For purposes of this inquiry, I pasted the following in the same place in the program:<br>
<br>
my $QtyDiscos = $dbh->selectrow_array("SELECT COUNT(*) FROM titulo");#qty of CDs in DB<br>
die "|$QtyDiscos|";<br>
<br>
The result: |26898|<br>
<br>
MySQL has been bought and sold a few times. I don't know very much, but my hunch is that this is about changes/disappearances/differe<wbr>nt instructions regarding selectall_arrayref & fetchall_arrayref.<br></blockquote></div></div></div></div>