<P>I would add a slight correction. The command,<BR>&nbsp;&nbsp;&nbsp; % mysql -u root mysql<BR>&nbsp;&nbsp;&nbsp; <BR>logs into the MySQL 'console' and selects the _database_ mysql. From there, the user table of the mysql database (mysql.user) is modified to set a root password as shown below. </P>
<P>Once the root password is set, root would log in (again to the mysql database) with something like, <BR>&nbsp;&nbsp;&nbsp; % mysql -p -u root mysql<BR>This forces mysql to prompt for a password. </P>
<P>From here, in order to change to the myth database,<BR>&nbsp;&nbsp;&nbsp; mysql&gt; use mythconverg<BR>&nbsp;&nbsp;&nbsp; <BR>One could also log directly into the myth database with the following, <BR>&nbsp;&nbsp;&nbsp; % mysql -p -u root mythconverg</P>
<P>A helpful network debugging trick is to log in as the mythtv user,<BR>&nbsp;&nbsp;&nbsp; % mysql -p -u mythtv mythconverg</P>
<P>And if the backend is split from the frontend, try<BR>&nbsp;&nbsp;&nbsp; % mysql -p -u mythtv -h &lt;host&gt; mythconverg</P>
<P>And for kicks, to list all the databases within MySQL*,<BR>&nbsp;&nbsp;&nbsp; mysql&gt; show databases</P>
<P>and to list all tables within one of those databases, <BR>&nbsp;&nbsp;&nbsp; mysql&gt; use [database name]<BR>&nbsp;&nbsp;&nbsp; mysql&gt; show tables</P>
<P>* where the database name corresponds with the directory name as defined by the "datadir" parameter in the MySQL startup script. </P>
<P>This wasn't the problem, I know, but hope that helps someone.</P>
<P>cheers,<BR>scuterky</P>
<P><BR>&gt; <BR>&gt; # mysql -uroot mysql<BR>&gt; (the space between -u and root doesn't matter, but you need a space <BR>&gt; between root and mysql [to select the mysql table that holds access <BR>&gt; privledges])<BR>&gt; <BR>&gt; mysql&gt; UPDATE user SET Password=PASSWORD('ROOT_PWD') WHERE <BR>&gt; user='root'; <BR>&gt; mysql&gt; FLUSH PRIVILEGES; quit<BR>&gt; </P>
<P>&nbsp;</P><p><hr SIZE=1>
Do you Yahoo!?<br>
Exclusive Video Premiere - <a href="http://launch.yahoo.com/video/?1093432&fs=1&redirectURL=http://launch.yahoo.com/promos/britneyspears/">Britney Spears</a>