songryong Posted August 6, 2010 Share Posted August 6, 2010 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 https://forums.phpfreaks.com/topic/209957-phpmyadmin-error-1045-after-changing-roots-password/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.