Jump to content

phpmyadmin Error 1045 after changing ROOT's Password


songryong

Recommended Posts

I need a bit of help here guys.

 

I am using phpmyadmin v 3.3.5. I put a password on my root acct, but after that i got the error 1045.

 

I  have the "config.inc.php" on my phpmyadmin on top of my "config.default.php" (which i should not edit). Now heres whats i did , i change the password of this script ( $cfg['Servers'][$i]['password'] = '(i put my password here)'; ) but still nothing is happening..

 

I dont know if the script on that config.inc.php is complete or not but heres whats on it.

 

$cfg['Servers'][$i]['user'] = 'root';

$cfg['Servers'][$i]['password'] = '';

$cfg['blowfish_secret'] = ''; $i = 0;

/* * First server */

$i++; $cfg['Servers'][$i]['auth_type'] = 'cookie';

$cfg['Servers'][$i]['host'] = 'localhost';

$cfg['Servers'][$i]['connect_type'] = 'tcp';

$cfg['Servers'][$i]['compress'] = false;

$cfg['Servers'][$i]['extension'] = 'mysql';

$cfg['Servers'][$i]['AllowNoPassword'] = false;

$cfg['Servers'][$i]['bs_garbage_threshold'] = 50;

$cfg['Servers'][$i]['bs_repository_threshold'] = '32M';

$cfg['Servers'][$i]['bs_temp_blob_timeout'] = 600;

$cfg['Servers'][$i]['bs_temp_log_threshold'] = '32M';

$cfg['UploadDir'] = '';

$cfg['SaveDir'] = ''; ?>

 

I read some threads that are telling me to create or update the scripts on that file.

But i dont know what to put.

 

I really appreciate the help guys.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.