<div dir="ltr"><div>Thanks, I'll try that.  In the meantime, I found a method to check access from a client FE by logging in there and trying to remotely access mysql on the command line.  That worked, so I started researching the "SHOW GRANTS" syntax.  It implied that I could only see the grants for the user I logged in as, and indeed, I got different answers when I entered the mysql command "SHOW GRANTS;" while I was logged in from the remote FE.<br><br></div>In summary, I got these two sets of results, based on where I logged in from:<br><br><div class="gmail_extra">+-----------------------------------------------------------------------------------------------------------------------------+<br>| Grants for mythtv@localhost                                                                                     |<br>+-----------------------------------------------------------------------------------------------------------------------------+<br>| GRANT USAGE ON *.* TO 'mythtv'@'localhost' IDENTIFIED BY PASSWORD <secret> |<br>| GRANT ALL PRIVILEGES ON `mythconverg`.* TO 'mythtv'@'localhost'                         |<br>+-----------------------------------------------------------------------------------------------------------------------------+<br><br>+-------------------------------------------------------------------------------------------------------------------+<br>| Grants for mythtv@%                                                                                     |<br>+-------------------------------------------------------------------------------------------------------------------+<br>| GRANT USAGE ON *.* TO 'mythtv'@'%' IDENTIFIED BY PASSWORD <secret> |<br>| GRANT ALL PRIVILEGES ON `mythconverg`.* TO 'mythtv'@'%'                         |<br>+-------------------------------------------------------------------------------------------------------------------+<br><br></div><div class="gmail_extra">So, I appear to be in good shape and don't need to do anything.<br><br></div><div class="gmail_extra">Thanks for the response!<br><br>--<br></div><div class="gmail_extra">Craig.<br></div></div>