Re: [gentoo-user] The phpMyAdmin configuration storage is not completely configured,

2011-12-12 Thread Michael Hampicke
> mysql -u phpmyadmin -p > Enter password: ERROR 1045 (28000): Access denied for user > 'phpmyadmin'@'localhost' The ting about mysql is, that it's not enough to just create a user and give him a password. you also have to grant this user access to the database you wish to connect to. Last thing i

Re: [gentoo-user] The phpMyAdmin configuration storage is not completely configured,

2011-12-12 Thread Joseph
On 12/12/11 11:17, Paul Hartman wrote: On Mon, Dec 12, 2011 at 11:05 AM, Joseph wrote: I have this strange problem with phpmyadmin, error: The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click here. I solve it in

Re: [gentoo-user] The phpMyAdmin configuration storage is not completely configured,

2011-12-12 Thread Joseph
On 12/12/11 18:10, Michael Hampicke wrote: Does the mysql user 'phpmyadmin' exist, and does he have access to the mysql database 'phpmyadmin'? Have you tried connection manually to the phpmyadmin db? Yes, user phpmyadmin exists but when I try to connect to database I get error: mysql -u phpmya

Re: [gentoo-user] The phpMyAdmin configuration storage is not completely configured,

2011-12-12 Thread Paul Hartman
On Mon, Dec 12, 2011 at 11:05 AM, Joseph wrote: > I have this strange problem with phpmyadmin, error: > The phpMyAdmin configuration storage is not completely configured, some > extended features have been deactivated. To find out why click here. > > I solve it in the past by generating phpmyadmin

Re: [gentoo-user] The phpMyAdmin configuration storage is not completely configured,

2011-12-12 Thread Michael Hampicke
Does the mysql user 'phpmyadmin' exist, and does he have access to the mysql database 'phpmyadmin'? Have you tried connection manually to the phpmyadmin db?

[gentoo-user] The phpMyAdmin configuration storage is not completely configured,

2011-12-12 Thread Joseph
I have this strange problem with phpmyadmin, error: The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click here. I solve it in the past by generating phpmyadmin database and controluser, instruction in this link: