Problem with WAMP PHPmyAdmin -
Sanady - 09.08.2012
Hello everybody.I can`t enter to PhpMyAdmin.When I try to enter into it it`s show me this
Please Help me I need it.
Re : Problem with WAMP PHPmyAdmin -
Eony - 09.08.2012
I recommend you using XAMPP instead of WampServer, it's not only for Linux, they have a Windows version too.
Download from Sourceforge
Re: Problem with WAMP PHPmyAdmin -
Face9000 - 09.08.2012
What about using the correct password.
Re: Problem with WAMP PHPmyAdmin -
Sanady - 09.08.2012
Quote:
Originally Posted by Logitech90
What about using the correct password.
|
Where I can find that correct password.??
Re: Re : Problem with WAMP PHPmyAdmin -
Sanady - 09.08.2012
Quote:
Originally Posted by Eony
I recommend you using XAMPP instead of WampServer, it's not only for Linux, they have a Windows version too.
Download from Sourceforge
|
Same Problem with Xampp...!
Re: Problem with WAMP PHPmyAdmin -
Virtual1ty - 09.08.2012
I personally use WAMP, don't get what's the real fuss with XAMPP, oh well, haters gonna hate.
My past experiences with WAMP taught me that when that error occurs you have to go to wamp\apps\phpmyadmin\3.x.xx.x folder and locate a file named "config.inc.php" and from there in
edit your "$cfg['Servers'][$i]['password']"
password value to what you set for your MySQL server. Or just do a fresh install of WAMP, make sure you delete all the folders/files, and then reinstall while having backups of your precious databases.
Re: Problem with WAMP PHPmyAdmin -
Sanady - 09.08.2012
Quote:
Originally Posted by Virtual1ty
I personally use WAMP, don't get what's the real fuss with XAMPP, oh well, haters gonna hate.
My past experiences with WAMP taught me that when that error occurs you have to go to wamp\apps\phpmyadmin\3.x.xx.x folder and locate a file named "config.inc.php" and from there in edit your "$cfg['Servers'][$i]['password']" password value to what you set for your MySQL server. Or just do a fresh install of WAMP, make sure you delete all the folders/files, and then reinstall while having backups of your precious databases.
|
I try to edit I did it.I start my PHPmyAdmin same problem.I reinstal WAMP.Also I delete all backup files.Same problem I don`t know What is problem!!??
Re : Problem with WAMP PHPmyAdmin -
Eony - 09.08.2012
You uninstalled everything, and even deleted all related folders? I believe there is an option "Delete all config files" when uninstalling, check that.
Re: Re : Problem with WAMP PHPmyAdmin -
Sanady - 09.08.2012
Quote:
Originally Posted by Eony
You uninstalled everything, and even deleted all related folders? I believe there is an option "Delete all config files" when uninstalling, check that.
|
Look I delete whole WAMP and XAMPP And instaled them again!...But still same problem!
Re : Re: Re : Problem with WAMP PHPmyAdmin -
Eony - 09.08.2012
Quote:
Originally Posted by Sanady
Look I delete whole WAMP and XAMPP And instaled them again!...But still same problem!
|
Urm, strange .. Do this :
- Go here : http://localhost/security/xamppsecurity.php
- Change your MySQL root password
- Then go here : C:\xampp\phpMyAdmin (Or wherever your xampp folder is)
- Open config.inc
- Search for $cfg['Servers'][$i]['password']
- And paste the password you previously set for your MySQL root user there. (It should be already set though, it's automatically set in XAMPP)
That'll fix your problem.