Wampserver 2.4 32bit install on windows 10 64bit

Wampserver 2.4 installation


Wampserver 2.4 32bit 

  1. Download VC9 Microsoft Visual C++ 2008 Redistributable package x86 (VC9) and VC10 from Microsoft's website and install both.
  2. Download Wampserver 2.4 32bit x86 (available on very sites free of cost) and start setup.
  3. During the installation follow instructions. When setup ask for iexplorer then click browse and goto program files (not program files x86) select internet explorer folder and choose iexplorer.exe and carry setup next and finish.
  4. A dialog box shows for permissions. Set permissions allow.
  5. Installation completed and run wampserver.
  6. Now a green icon of wampserver shows in notifications area. 
  7. Click on icon and choose mysql: mysql console.
  8. Command prompt console shows and this will ask for password. Leave it blank and press enter. This will start.
  9. Now set a new password for your mysql commands as below:
  10. Use mysql;
  11. Set password for 'root'@'localhost'=PASSWORD('yourpassword');
  12. With this command 1 row affected but we want 4 rows affect. Now follow these:
  13. Update mysql.user ser password=password('yourpassword') where user='root';
  14. Flush privileges;
  15. Quit;
Installation completed.
Open browser and write localhost/phpmyadmin in addressbar. 
If error #1045 then follow this link click here.

Post a Comment

0 Comments