Gentoo Archives: gentoo-user

From: Michael Hampicke <gentoo-user@××××.biz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] The phpMyAdmin configuration storage is not completely configured,
Date: Mon, 12 Dec 2011 18:27:44
Message-Id: 4EE64755.2000301@hadt.biz
In Reply to: Re: [gentoo-user] The phpMyAdmin configuration storage is not completely configured, by Joseph
1 > mysql -u phpmyadmin -p
2 > Enter password: ERROR 1045 (28000): Access denied for user
3 > 'phpmyadmin'@'localhost'
4
5 The ting about mysql is, that it's not enough to just create a user and
6 give him a password. you also have to grant this user access to the
7 database you wish to connect to.
8 Last thing is: you also have to set the hosts from this user may be
9 allowed to access the database, in your case I guess that would be
10 'localhost'