Tim Krueger wrote:

> mysql>  UPDATE user SET Password=PASSWORD('*********') WHERE
> user='root';
> ERROR 1046: No Database Selected
> mysql>

You need to select a database before you issue that command. Try "use mythconverg" or "use mysql" depending on what database you're trying to access.

--
 |   Janek Hellqvist   |
 | [EMAIL PROTECTED] |


_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



Reply via email to