Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,381,130

XAMPP reaching the max SQL size? No more!

Tutorial Name: XAMPP reaching the max SQL size? No more!  

Category: PC Tutorials

Submitted By: Nasyr

Date Added:

Comments: 0

Views: 312

Related Forum: PC Building Forum

Share:

Alright, so a lot of people use XAMPP as their localhost when working on development etc. An issue I always seemed to run into was the SQL size of databases being too big. Here is a quick and simple tutorial to resolve that for you!

load php.ini and change the values to be the same as below.

post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M


Enjoy the new database size and uploading your old database/website on a localhost for record keeping or whatever.

Ratings

Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"XAMPP reaching the max SQL size? No more!" :: Login/Create an Account :: 0 comments

If you would like to post a comment please signin to your account or register for an account.