How To Increase MySQL Import Size In Hostinger Cyberpanel

Channel:
Subscribers:
3,060
Published on ● Video Link: https://www.youtube.com/watch?v=Ef_3i3UnCQY



Category:
Guide
Duration: 1:11
31 views
1


Increase MySQL import size in Hostinger CyberPanel to upload files and large backups in size.
This was on the VPS 1 Hosting plan but can be used on any hosting plan and with any hosting provider.
Using the Edit php configurations option and selecting PHP 7.4 with the following settings you can fix this problem, i included each one and what it does.
memory_limit: This sets the maximum amount of memory in bytes that a script is allowed to allocate. This helps prevent poorly written scripts for eating up all available memory on a server...
max_execution_time: This sets the maximum time in seconds a script is allowed to run before it is terminated.
max_input_time: This sets the maximum time in seconds a script is allowed to parse input data, like POST and GET.
upload_max_filesize: This puts a limit on the maximum file upload size
post_max_size: Sets max size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger than upload_max_filesize, Generally speaking, memory_limit should be larger than post_max_size.







Tags:
mysql
databse
upload
file
error
hostinger
hpanel
cpanel
host
backup
limit
import
cyberpanel
vps
size
2mb
increase
fix
how to
php
php 7.4
code
programming
back end