[mythtv-users] New web app for setup and replacement for mythweb

Peter Bennett pb.mythtv at gmail.com
Thu Jun 1 14:57:44 UTC 2023


On 5/30/23 11:55, James Abernathy wrote:
> So here's what I found.  I could not get the mythtv-backend.serivce to 
> run without an error, but I could open a terminal and just run 
> mythbackend.  Then point a browser to the ip:6744  and that started at 
> setup.
>
What was the error with the service? Are you using the service from the 
ubuntu package? If not where are you getting the service?
> I also could not use the mysql script for creating the user that is in 
> the webapp.  So I had to use the one from the Build from Source wiki page:
>
> mysql -u root -p
> create database mythconverg;
> create user 'mythtv'@'%' identified by 'mythtv';
> create user 'mythtv'@'localhost' identified by 'mythtv';
> set password for 'mythtv'@'%' = password('mythtv');
> set password for 'mythtv'@'localhost' = password('mythtv');
> connect mythconverg;
> grant all privileges on *.* to 'mythtv'@'%' with grant option;
> grant all privileges on *.* to 'mythtv'@'localhost' with grant option;
> flush privileges;
> exit;
>
I am adding a radio button to the page to choose MySQL or MariaDB so 
that it can generate the correct commends for each.

Peter


More information about the mythtv-users mailing list