Tuesday, August 23, 2011

Create install package

Go to start --> run

write iexpress.exe and press enter

I hope it helped. Feel free to comment...

Thursday, August 18, 2011

Upload big dump file to phpmyadmin

If you are getting the message below while importing a file in phpmyadmin, then you are at right place.


Follow the steps below to resolve the issue.

  1. Go to c:\xampp\phpmyadmin
  2. Create a new folder "upload" in this directory. Place the file you want to import in upload directory.
  3. Open the file c:\xampp\phpmyadmin\config.inc.php
  4. Add the following code at the end of this file.

  • Go to http://localhost/phpmyadmin/ --> import
  • You will see a drop down list just like below. Select the file you want to import from the list and click Go.














I hope it helped. Feel free to comment...