How To Increase import file size limit in phpmyadmin of xampp - (Hindi)

preview_player
Показать описание
How To Increase import file size limit in phpmyadmin of xampp

Introduction: Increase import file size in Localhost PHPMyAdmin (Xampp)
-------------------------------------------------
When you Import SQL file on Xampp server. You would get the maximum limit of 2MB to upload the database.
To use the bigger database, you have to increase the phpMyAdmin import file size limit in Xampp. You can increase it to 50MB, 100MB, and more.

There is nothing much to do. You just have to increase the import limit using the numbers. Let me show the recommended steps.

Step 1:- By default when you want to import SQL file size is 2MB in PHPMyAdmin. That is PHP’s file upload limit.

Step 2:- Find following variable and change values as you need: "upload_max_filesize = 2M"

Step 3:- Restart Apache and MySql to take effect.

If you have already increased the limit then it won’t be 2M. But generally, it is 2M when you install the Xampp server on your computer. Replace that code with the increased value. upload_max_filesize=100M

After that, you would be able to import the database even of the bigger sizes.

🙏 Follow us on our Facebook page

🙏 Join our facebook group to get more depth in learning of different technologies

🙏 Subscribe To Our Channel

🙏 For Suggestions and Help, direct message us on Facebook Messenger

#xammp #xamppwindow #xampptutorial #phpmyadmin

Created By Shilpa Rajpoot
Рекомендации по теме
Комментарии
Автор

Thank You For sharing Your Knowledge With Us.😊
Keep it Up

baljeetsingh
Автор

hi greatings can some one help me i cant find that file anywhere.

manuelrojas