I have a machine which was previously running an older version of Ubuntu and MythTV no problem. For various reasons I decided to wipe the machine and install the latest version of Ubuntu 25.04 and MythTV v35.
I've been having huge problems getting MythTV to work, reading endless possible solutions, installing the machine from scratch multiple times in an attempt to solve it.
Now I think the problem starts with the initial install of MythTV.
- I performed a brand new install of Ubuntu 25.04
- sudo apt update (no updates found)
- sudo apt install mythtv (it defaults to installing v35)
But there's only one default account on the machine? Should I be doing something else before running the 'install mythtv' command?mysql 'hidden SECURITY_INFO' --execute=CREATE USER IF NOT EXISTS 'mythtv'@'%' IDENTIFIED WITH mysql_native_password; ALTER USER 'mythtv'@'%' IDENTIFIED BY 'XXQT1mve'; GRANT ALL ON mythconverg.* TO 'mythtv'@'%'; mythconverg failed, (incorrect admin username/password or syntax?)
I just want it to work 'out of the box' without fixing config.xml, group membership, MySQL, etc., etc.
Any advice appreciated. Thanks so much!