Jake,<br><br>Although you probably already know this, I'll say it for those reading this that may not:<br><br>The command 'mysql -u root &lt; mc.sql' runs the MySQL client program (mysql) and logs into the database as user 'root' (-u root).&nbsp; The '&lt; 
mc.sql' portion redirects the file 'mc.sql' into the mysql client program.&nbsp; The 'mc.sql' file contains all of the necessary SQL commands to properly create the database and insert the initial data.<br><br>You can view the SQL statements by simply doing 'cat 
mc.sql'.<br><br>Of course, the above commands will only work if they can find 'mc.sql', which is assumed to be in the current working directory.<br><br>- Joe<br><br><div><span class="gmail_quote">On 8/15/06, <b class="gmail_sendername">
Jake Sallee</b> &lt;<a href="mailto:spark@breathedeeply.com">spark@breathedeeply.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I knew what the error meant, it was fine.&nbsp;&nbsp;I'm not that much of a newbie.&nbsp;&nbsp;;)<br>What I think is misleading about the documentation I've found for installing<br>mythtv, both on the <a href="http://mythtv.org">mythtv.org</a>
 wiki and from the guide i was using, was that<br>the instructions said, &quot;to setup the initial database, run this<br>command:&nbsp;&nbsp;/usr/share/mythtv/database&gt; mysql -u root &lt; mc.sql&quot;<br><br>I was under the impression by running that command, mysql was going to create
<br>database &quot;mc.sql&quot;, especially since mc.sql didn't exist in the database<br>directory.&nbsp;&nbsp;So, I ran locate and found the file<br>in /usr/share/doc/packages/mythtv/database/mc.sql<br><br>That is what stumped me.
<br><br>--<br><br><br><br>Jake Sallee <a href="mailto:spark@breathedeeply.com">spark@breathedeeply.com</a><br><a href="http://www.breathedeeply.com">www.breathedeeply.com</a><br><br>Registered Linux User #358012 <a href="http://counter.li.org">
http://counter.li.org</a><br>Open SuSE Linux <a href="http://www.opensuse.org">http://www.opensuse.org</a><br>K Desktop Environment <a href="http://www.kde.org">http://www.kde.org</a><br>Firefox Web Browser <a href="http://www.mozilla.org/firefox">
http://www.mozilla.org/firefox</a><br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>