Re: MySQL permission
From: Dave Uhring (daveuhring_at_yahoo.com)
Date: 05/26/05
- Next message: notbob: "Re: MySQL permission"
- Previous message: Unsubscribe Here!: "Re: Stay Out of MY Mailbox! (Was "Re: Famous Hacker Uses Challenge-Responses")"
- In reply to: zeman: "MySQL permission"
- Next in thread: Timothy Murphy: "Re: MySQL permission"
- Reply: Timothy Murphy: "Re: MySQL permission"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 25 May 2005 21:14:00 -0500
On Tue, 24 May 2005 09:19:59 -0700, zeman wrote:
> I'm trying to access my databases, but it's giving:
> Access denied for user: 'root@localhost'
> i can log in to mysql with a login username (i.e. zeman), but not with
> root. Moreoever, if i log in with zeman, I can only see the "test"
> database that comes by default with my Linux.
If you had bothered to read and implement the instructions presented to
you after installing the initial database you would not have this problem.
echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !"
echo "This is done with:"
echo "$bindir/mysqladmin -u root password 'new-password'"
echo "$bindir/mysqladmin -u root -h $hostname password 'new-password'"
echo "See the manual for more instructions."
- Next message: notbob: "Re: MySQL permission"
- Previous message: Unsubscribe Here!: "Re: Stay Out of MY Mailbox! (Was "Re: Famous Hacker Uses Challenge-Responses")"
- In reply to: zeman: "MySQL permission"
- Next in thread: Timothy Murphy: "Re: MySQL permission"
- Reply: Timothy Murphy: "Re: MySQL permission"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|