[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] MySQL - ERROR 1045: Access denied for user: root@localhost (Using password: NO)
- Subject: Re: [cobalt-users] MySQL - ERROR 1045: Access denied for user: root@localhost (Using password: NO)
- From: "Andy Clyde, oxfordmusic.net" <andy.clyde@xxxxxxxxxxxxxxx>
- Date: Fri Sep 27 11:21:55 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Hello,
> I know that this question/problem has been addressed in the archives many
> times, but having spent the last few hours searching for a solution I
> haven't found anything that works.
>
> It seems that the first time I tried to login, simply using the command,
> "myslq"
> that I seem to have logged in fine, but I have not managed since. For your
> information, I installed MySQL, using the package from pkgmaster.com. I
have
> subsequently uninstalled and reinstalled the package but still have the
same
> problem.
>
you should use: "mysql -u root -p"
and then at the prompt type the default password for the pkgmaster package.
of course, once you're logged in make sure you change the root password
first up.
andy