Current time: 05-20-2024, 03:10 PM Hello There, Guest! (LoginRegister)


Post Reply 
Connection failed: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost'
Author Message
minjaverde Offline
Junior Member
*

Posts: 10
Joined: Jun 2008
Reputation: 0
Post: #2
RE: Connection failed: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost'
okay guys i' am a step closer :
new problem de encrypth and decrypth returns not de the same value Sad

i add the following lines to my the sql.php fiel ( located ../ispcp/gui/include)
Code:
$password_cx="1234bla7";
$password_en=encrypt_db_password($password_cx);
echo "Passwort en:\" $password_en \"<br>";
$password_de=decrypt_db_password($password_en);
echo "Passwort de:\" $password_de \"<br>";

and the output is :
Passwort en:" w+VvihwpIvEMvQOXxu3ETw== "
Passwort de:" 1234bla€ "

is this a problem or do i need jusst another component ?
sorry this is all a bit confusing for me :-(
okay i am step closer ..

it looks like the script has allways a Problem with the sign on 8 position, because on the decodeing always the 8 postion is bad translated.

01234567890
Passwort en:" ctsbH5XBP8LHVEwDMmL8uQ== "
Passwort de:" 0123456€890 "

good01234567890
Passwort en:" +5e86IBynDN2TSAVvWzEuA== "
Passwort de:" good012„4567890 "

1234567
Passwort en:" JJWr5Bwjc4Y= "
Passwort de:" 1234567 "

is this a know issue ?
(This post was last modified: 07-22-2009 08:09 PM by minjaverde.)
07-22-2009 07:46 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Connection failed: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' - minjaverde - 07-22-2009 07:46 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)