How to Increase Max Upload Size in PHPMyAdmin in Xampp

How to Increase Max Upload Size in PHPMyAdmin in Xampp

To increase max upload size in phpmyadmin in xampp; In this tutorial, you will learn how to increase or set max upload size in PHPMyadmin in xampp.

How to Increase Max Upload Size in PHPMyAdmin in Xampp

Let’s use the following steps to increase max upload size in phpmyadmin in xampp; is as follows:

  • Step 1 – Start Xampp
  • Step 2 – Open Config File from Xampp
  • Step 3 – Increase/Set Max Upload Size
  • Step 4 – Restart Xampp

Step 1 – Start Xampp

Start terminal or command and execute the following command on command line or terminal to start the XAMPP control panel in windows 11/10 system:

 C:\xampp\xampp-control.exe

OR

 D:\xampp\xampp-control.exe

OR 

 E:\xampp\xampp-control.exe

Wait a few seconds after the command is executed. After that your xampp control panel will open. And it will look like the image given below:

Step 2 – Open Config File from Xampp

  • Open drive, where you install xampp with administrative access, and then open xampp folder.
  • Then click on the folder  php and open php.ini file.
  • And click on the folder  php and open php.ini file.

Step 3 – Increase/Set Max Upload Size

In php.ini file search the keyword upload_max_filesize and update its value to the desired file size of a single attachment of largest size. By default, its value is set to 2 MB maximum. as follow in image:

Step 4 – Restart Xampp

Now, move to the XAMPP Control Panel and click on the Stop button for MySQL and Apache. And start both the MySQL and Apache server again.

Conclusion

That’s it; In this tutorial, you have learned how to increase or set max upload size in PHPMyadmin in xampp.

Recommended Tutorials

AuthorAdmin

Greetings, I'm Devendra Dode, a full-stack developer, entrepreneur, and the proud owner of Tutsmake.com. My passion lies in crafting informative tutorials and offering valuable tips to assist fellow developers on their coding journey. Within my content, I cover a spectrum of technologies, including PHP, Python, JavaScript, jQuery, Laravel, Livewire, CodeIgniter, Node.js, Express.js, Vue.js, Angular.js, React.js, MySQL, MongoDB, REST APIs, Windows, XAMPP, Linux, Ubuntu, Amazon AWS, Composer, SEO, WordPress, SSL, and Bootstrap. Whether you're starting out or looking for advanced examples, I provide step-by-step guides and practical demonstrations to make your learning experience seamless. Let's explore the diverse realms of coding together.

Leave a Reply

Your email address will not be published. Required fields are marked *