<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 19, 2022 at 7:43 PM Bill Meek <<a href="mailto:keemllib@gmail.com">keemllib@gmail.com</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">On 7/19/22 10:41, Stephen Worthington wrote:<br>
> sudo mysql mythconverg -e<br>
<br>
Try the method Stephen did above: sudo mysql mythconverg --execute "SELECT * FROM housekeeping WHERE tag='MythFillDB'"<br>
<br>
Or, when prompted, it's the password in ~mythtv/.mythtv/config.xml<br><br></blockquote><div>If I run mysql like this.</div><div>sudo mysql -u root -p mythconverg -e "select * from settings where value like<br>'%mythfill%';"<br></div><div>gives me this.<br></div><div><br></div><div>value                         | data                 | hostname |<br>+-------------------------------+----------------------+----------+<br>| mythfilldatabaseLastRunEnd    | 2022-07-19T14:17:07Z | NULL     |<br>| MythFillEnabled               | 1                    | NULL     |<br>| MythFillDatabasePath          | mythfilldatabase     | NULL     |<br>| MythFillMinHour               | 0                    | NULL     |<br>| MythFillMaxHour               | 23                   | NULL     |<br>| MythFillGrabberSuggestsTime   | 1                    | NULL     |<br>| MythFillSuggestedRunTime      | 2022-07-20T14:16:15Z | NULL     |<br>| mythfilldatabaseLastRunStart  | 2022-07-19T14:16:15Z | NULL     |<br>| MythFillDatabaseArgs          |                      | NULL     |<br>| mythfilldatabaseLastRunStatus | Successful.          | NULL     |<br></div><div><br></div><div>If I run the command like this.</div><div>sudo mysql -u root -p mythconverg -e "SELECT * FROM housekeeping WHERE tag='MythFillDB'"<br></div><div><br></div><div>Nothing is returned.  No errors.  Nothing.  Just back to the command prompt.</div><div><br></div><div>Also.  If I try to log into mysql as user mythtv using the password located in ~mythtv/.mythtv/config.xml, I still get user denied.</div></div></div>