<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 18, 2013 at 5:28 PM, Bob Shanteau <span dir="ltr">&lt;<a href="mailto:rmshant@gmail.com" target="_blank">rmshant@gmail.com</a>&gt;</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"><div class="im">On 8/18/2013 10:56 AM, Michael wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">
On 08/18/2013 10:51 AM, Bob Shanteau wrote:<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I am trying to set up the database and I get stuck at these steps from the Wiki:<br>
<br>
---<br>
Setup MySQL<br>
<br>
We&#39;ll need to enable MySQL to load at startup, set some passwords, and create the MythTV database, which we&#39;ll populate shortly. The population of this database is handled by mythtvsetup in the next step, and all MythTV add-on module database additions must be done after running mythtvsetup at least one time.<br>

<br>
    # /sbin/chkconfig mysqld on<br>
    # /sbin/service mysqld start<br>
<br>
Set the MySQL root password.<br>
<br>
    mysql_secure_installation<br>
<br>
Now we create the MythTV database (called mythconverg) to get us started:<br>
<br>
    $ mysql -u root -p &lt; /usr/share/doc/mythtv-docs-0.<u></u>26.0/database/mc.sql<br>
---<br>
<br>
How do I accomplish the same steps with mariadb?<br>
</blockquote>
<br>
<br>
MariaDB is an equivalent for mysql.  Once you have it installed, the same commands work.<br>
</div></blockquote>
<br>
What do you mean, &quot;same commands??????<br>
<br>
Do you mean I substitute &quot;mardiadb&quot; for &quot;mysql&quot; or not? Either way, it didn&#39;t work for me. Perhaps because I had already installed and uninstalled mysql. It looks like I&#39;ll have to reinstall Fedora.<br>

<br>
And I take that by &quot;equivalent for sql&quot; you mean that I don&#39;t install mysql, only maridb. Is that right?<br>
<br>
Are there any plans to revise the Wiki &lt;<a href="http://www.mythtv.org/wiki/Installing_MythTV_on_Fedora" target="_blank">http://www.mythtv.org/wiki/<u></u>Installing_MythTV_on_Fedora</a>&gt; to install maridb instead of mysql?<span class=""><font color="#888888"><br>

<br>
Bob Shanteau</font></span><div class=""><div class="h5"><br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/<u></u>listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br></div><div class="gmail_extra">No.  MariaDB substitutes for mysql.  On my Fedora 19 system, typing &quot;mysql --version&quot; yields: mysql  Ver 15.1 Distrib 5.5.31-MariaDB, for Linux (x86_64) using readline 5.1<br>
<br></div><div class="gmail_extra">So just use the old &quot;mysql&quot; commands and it will be fine.  No need to install mysql along side MariaDB.<br></div></div>