1

I Uninstalled XAMPP1.6 and then installed XAMPP3.2.2 apache and other working fine but getting issue with phpmyadmin i'm not able to login into PMA Getting below errorenter image description here

I tried this this but still same issue coming .

Community
  • 1
  • 1

1 Answers1

0

Try to check whether your MySQL instance is the current one bundled with the new version or still the old one. May be your xxamp is still referencing the old MySQL. Make sure your old MySQL was killed before you install new version of XXAMP.

OBL
  • 367
  • 1
  • 4
  • 13
  • How can i check this , i changed Mysql refering path to latest one through run -> regedit -> HKEY_LOCAL_MACHINE -> SYSTEM -> SERVICES ->MYSQL-> Image path – Grandhi Manikanta Nov 05 '16 at 06:27
  • If you install a new XXAMP while MySQL service is not killed, XXAMP will use the old configuration. What does your XXAMP tell you when you start MySQL? – OBL Nov 05 '16 at 06:37
  • http://stackoverflow.com/questions/7180893/mysql-said-cannot-connect-invalid-settings-xampp – OBL Nov 05 '16 at 06:41
  • I changed` $cfg['Servers'][$i]['user'] = '';` in config file not i'm able to login into PMA but not able to create database showing **No Privileges** – Grandhi Manikanta Nov 05 '16 at 07:02