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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.