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 | | janek at hellqvist.com |