I'm using windows 7 32bit. My current PHP version is 5.3.5
i want to make it 5.5
and further newer version. I searched on google but couldn't find.My phpmyAdmin look like this Kindly Help me Solve This and Suggest me with Method and Steps. Thanks in Advance
Asked
Active
Viewed 3,387 times
-1

Pavan Baddi
- 479
- 1
- 11
- 22
-
Possible duplicate of [Access denied for user 'root'@'localhost' with PHPMyAdmin](https://stackoverflow.com/questions/11482970/access-denied-for-user-rootlocalhost-with-phpmyadmin) – Pavan Baddi Jul 20 '17 at 06:53
1 Answers
0
- Download latest portable version of XAMPP.
- Extract the archive(not where XAMPP already installed).
- Copy the PHP folder from the extracted archive.
- Keep back up of PHP folder which is in installed XAMPP directory. You can backup it like changing the PHP folder name to PHP-old or like PHP-version-number
- Paste the PHP folder which you copied from the extracted archive.
- Replace the php.ini file with your backup folder php.ini file in case you have changed the default settings earlier.
- That's all, start/restart the server.

Nipun
- 157
- 5
-
not working mine is wampserver and my pc Compiler is MSVC6 (Visual C++ 6.0) – Pavan Baddi Jan 17 '17 at 06:58