This command works:
Code: Select all
sudo mysql -u rootCode: Select all
mysql -h [hostname] -u mythtv -p mythconvergAny ideas of what might be going on with the login?
Moderator: Forum Moderators

Code: Select all
sudo mysql -u rootCode: Select all
mysql -h [hostname] -u mythtv -p mythconverg

I put my router between the cable modem/router and everything else (so the cable modem just sees one "client"). I would think that if you did the same nothing in your home would look any different really (for certain definitions of "nothing"). Or maybe you're saying you did that and it's not working, in which case I'm reminded of the days when once you connected something (say a laptop for a quick test) to their modem you couldn't connect anything else (like replacing the laptop with your router) unless you told the new device to use the MAC of the old one. But that was back in the day when the cable modems only had one ethernet port for your LAN.Jessica12345 wrote: Wed Jul 01, 2026 3:35 pm I had a wonderful working mythtv system for several years, consisting of a remote backend and several frontend machines. I moved to a new home recently, and couldn't get the old router to work with the new modem+router that the cable company requires,
You may want to clarify that, "anything other than root".Jessica12345 wrote: Wed Jul 01, 2026 3:35 pm So where I'm at now is that I just can't seem to log into mysql, either through the backend or command line, using anything other than root.
Code: Select all
$ sudo mysql
$ sudo mysql -h localhost
Code: Select all
$ sudo mysql -h [hostname]
$ sudo mysql -h 127.0.0.1



Code: Select all
2026-07-08 08:50:52.956202 N Using configuration directory = /home/whu/.mythtv
...
2026-07-08 08:50:52.959940 I Using a profile name of: 'spartan' (Usually the same as this host's name.)
2026-07-08 08:50:52.960368 I Start up testing connections. DB hawkeye, BE , attempt 0, status dbAwake, Delay: 2000Code: Select all
sudo mysql mythconverg -e "select * from settings where value like 'MasterS%' or value like 'Backend%' "