
1st September 2011, 15:52
|
|
Member
|
|
Join Date: Jan 2008
Location: Argentina
Posts: 30
Thanks: 2
Thanked 4 Times in 4 Posts
|
|
phpmyadmin Error #1045
Hi, im getting that error when i try to log over web on phpmyadmin using a user and its password for a database. I can login as root user without a problem in phpmyadmin, and i can access to the database with the user/pass from the command line with mysql so i know that the user/pass are both fine, is just when i try to login trought phpmyadmin that i have the problem, any hints??
Thks in advance.
P.S.: Im using debian squeeze + ispconfig3 last version.
|

1st September 2011, 18:22
|
|
Moderator
|
|
Join Date: Jul 2006
Posts: 1,016
Thanks: 7
Thanked 56 Times in 51 Posts
|
|
What is the exact error message, not only the error code?
Did you maybe restrict the user to allow access from loopback, only but configured mysql to access the public IP?
|

1st September 2011, 18:39
|
|
Member
|
|
Join Date: Jan 2008
Location: Argentina
Posts: 30
Thanks: 2
Thanked 4 Times in 4 Posts
|
|
Quote:
|
What is the exact error message, not only the error code?
|
"#1045 El servidor MySQL no autorizó su ingreso" (spanish)
Quote:
|
Did you maybe restrict the user to allow access from loopback, only but configured mysql to access the public IP?
|
mysql is on default config (or the config that ispconfig3 installer modified by itself)
Let me clarify:
I created a client "myclient"
I created a site "mysite" for that client and then a database "mysitedb" for that site, then i created a user "dbadmin" for "mysitedb", when i try to log him over phpmyadmin to access his db (mysitedb) i got that error.
Besides, if i log in phpmyadmin with root / rootpass does work (and i see mysitedb), if i test the user "dbadmin" in command line, works fine against mysql and i can access "mysitedb", the problem is when i try to log with that user over phpmyadmin to access its database.
Last edited by JEU; 1st September 2011 at 18:44.
|

2nd September 2011, 10:40
|
|
Moderator
|
|
Join Date: Jul 2006
Posts: 1,016
Thanks: 7
Thanked 56 Times in 51 Posts
|
|
Well maybe sb. else can help regarding the mysql users created with ispconfig 3 as I do not know the process.
Quote:
|
Besides, if i log in phpmyadmin with root / rootpass does work (and i see mysitedb), if i test the user "dbadmin" in command line, works fine against mysql and i can access "mysitedb", the problem is when i try to log with that user over phpmyadmin to access its database.
|
So how is your mysql server configured in phpmyadmin? When configuring it to use "localhost" it ignores the port and uses the local socket instead (as the mysql client does on the commandline). If entering the IP-Adress (127.0.0.1 or the external host IP) it does not.
If then the mysql user you are referring to is added with no remote access allowed the authentication will fail.
So what you should check, is the "Host" entry in the User-table of the mysql database for the referred users:
Quote:
use mysql;
SELECT Host, User FROM `user`;
|
localhost means no remote connection, whereas e.g. % means connections from anywhere.
After that you should check the configuration of your mysql server in phpmyadmin.
|
|
The Following User Says Thank You to Ben For This Useful Post:
|
JEU (2nd September 2011)
|

2nd September 2011, 12:06
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,896
Thanks: 693
Thanked 4,191 Times in 3,207 Posts
|
|
Please post a screenshot of the database settings of this databse in ispconfig.
|

2nd September 2011, 18:30
|
|
Member
|
|
Join Date: Jan 2008
Location: Argentina
Posts: 30
Thanks: 2
Thanked 4 Times in 4 Posts
|
|
Quote:
Originally Posted by till
Please post a screenshot of the database settings of this databse in ispconfig.
|
Code:
cat /etc/phpmyadmin/config-db.php
<?php
##
## database access settings in php format
## automatically generated from /etc/dbconfig-common/phpmyadmin.conf
## by /usr/sbin/dbconfig-generate-include
## Thu, 25 Aug 2011 16:21:19 -0300
##
## by default this file is managed via ucf, so you shouldn't have to
## worry about manual changes being silently discarded. *however*,
## you'll probably also want to edit the configuration file mentioned
## above too.
##
$dbuser='';
$dbpass='';
$basepath='';
$dbname='';
$dbserver='';
$dbport='';
$dbtype='mysql';
|

2nd September 2011, 19:32
|
|
Member
|
|
Join Date: Jan 2008
Location: Argentina
Posts: 30
Thanks: 2
Thanked 4 Times in 4 Posts
|
|
Update!!
Following the advice of Ben Fixed It!!
Thks guys u r really awesome
|

2nd September 2011, 22:04
|
|
Senior Member
|
|
Join Date: Mar 2011
Posts: 337
Thanks: 49
Thanked 33 Times in 27 Posts
|
|
How did you fix it? did you add a remote IP in the panel?
|

2nd September 2011, 22:18
|
|
Member
|
|
Join Date: Jan 2008
Location: Argentina
Posts: 30
Thanks: 2
Thanked 4 Times in 4 Posts
|
|
No, checked myphpadmin configuration and was fine, then logged on mysql and checked the user rows on the users table of mysql and was a mess, so i fixed that, cleared cookies on ffox and then it worked
|

2nd September 2011, 22:23
|
|
Senior Member
|
|
Join Date: Mar 2011
Posts: 337
Thanks: 49
Thanked 33 Times in 27 Posts
|
|
Quote:
Originally Posted by JEU
No, checked myphpadmin configuration and was fine, then logged on mysql and checked the user rows on the users table of mysql and was a mess, so i fixed that, cleared cookies on ffox and then it worked 
|
So, in mysql database you replace localhost for IP of server with phpmyadmin for every user?
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 23:56.
|
Recent comments
14 hours 44 min ago
1 day 12 min ago
1 day 1 hour ago
1 day 4 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 11 hours ago
1 day 21 hours ago
2 days 2 hours ago
2 days 3 hours ago