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

My name is Devendra Dode. I am a full-stack developer, entrepreneur, and owner of Tutsmake.com. I like writing tutorials and tips that can help other developers. I share tutorials of 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 from a starting stage. As well as demo example.

Leave a Reply

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