How to configure mysql server?

CodeHeads ch at codeheads.homelinux.com
Thu Jun 22 13:44:47 UTC 2006


On Thu, 22 Jun 2006 14:24:22 +0100 Timothy Murphy <tim at birdsnest.maths.tcd.ie>
wrote:

> CodeHeads wrote:
> 
> > On Thu, 22 Jun 2006 03:42:30 +0100 Timothy Murphy
> > <tim at birdsnest.maths.tcd.ie> wrote:
> > 
> >> I'd like to run mysqld on my desktop "alfred"
> >> and run a mysql client on my laptop "elizabeth".
> >> 
> >> It seems I need to grant permission on alfred
> >> for tim at elizabeth to access the server,
> >> but I have not found how to do this.
> 
> > Try this:
> > $ mysql -u root
> > 
> > As a default root does not have a password. You have to change the root
> > password after you install it the first time.
> 
> [tim at alfred ~]$ mysql -u root
> ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
> password: NO)
> [tim at alfred ~]$ su
> Password:
> [root at alfred tim]# mysql -u root
> ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
> password: NO)
> [root at alfred tim]#

Did you set the root password after you installed mysql??
Will
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20060622/60865e5e/attachment-0001.sig>


More information about the fedora-list mailing list