<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Mar 24, 2015 at 4:16 PM, James Miller <span dir="ltr"><<a href="mailto:gajs-f0el@dea.spamcon.org" target="_blank">gajs-f0el@dea.spamcon.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On Tue, 24 Mar 2015, Hika van den Hoven wrote:<br>
<br>
</span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">
Tuesday, March 24, 2015, 8:25:20 PM, you wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hoi James,<br>
</blockquote>
<br>
</span><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
As long as the user is created and has sufficient rights. I believe<br>
there is an sql script included to setup the database. I'll check.<br>
</blockquote>
<br></span>
look at /usr/share/mythtv/database/mc.<u></u>sql<br>
</blockquote>
<br>
Thanks for your input, Hika. I'm pretty much totally in the dark when it<br>
comes to databases. Could you offer any further pointers on what is to be<br>
done with /usr/share/mythtv/database/mc.<u></u>sql? I looked at the content of<br>
that file on my old MythTV system but did not understand much about it. I<br>
also found <a href="https://www.mythtv.org/wiki/User_Manual:Initial_Installation" target="_blank">https://www.mythtv.org/wiki/<u></u>User_Manual:Initial_<u></u>Installation</a><br>
which had some further information but looks a bit dated. <br></blockquote><div><br></div><div>You need to set up the root password for mysql/mariadb<br><br></div><div>I think this does the trick for your password and does some basic security hardening.  Takes like 2 minutes, if that.<br></div><div><br>$ mysql_secure_installation</div><div><br>From the wiki:<br><br>> mysql -u root -p  < /usr/share/mythtv/database/mc.sql<br><br>You need to run that to initialize the database.  You could look at the Fedora guide and draw some tips from there.  <a href="https://www.mythtv.org/wiki/Installing_MythTV_on_Fedora">https://www.mythtv.org/wiki/Installing_MythTV_on_Fedora</a><br><br></div><div></div><div>I am not 100% positive, since I did this a couple of years ago, but I think you have to grant the mythtv user rights to the database.  From the Fedora guide:<br><br>/usr/bin/mysql -u root -p mythconverg<br>mysql> GRANT ALL ON mythconverg.* TO mythtv@"%" identified by  "mythtv";<br>mysql> flush privileges;<br></div><div><br></div><div>You can, of course, omit this step and then run it if you have problems.  Perhaps there is a more restrictive and secure method of granting privileges.  I am not a DB Admin by profession.<br></div><div><br>The initial setup is basically the same across platforms.  Most of those steps have remained the same.  It's the tweaking that is different, and I advise you to keep good notes for the next time around.<br><br></div><div>Jerry<br></div></div></div></div>