I have a problem when trying to load the TSV file 2 GB from the mysql database. Error code: 1262
How can I open / change this file because I can load it in the system?
This will be a CSV file and as you know it is large if you are in a local server Can convert in .ini file and increase file upload limit and if you are using a web server by adding it to the .htaccess file in the .htaccess file then add the following to the
.htcaccess file Add php.ini to:
upload_max_filesize = 500M post_max_size = 500M
Interpretation You can split your CSV file
Comments
Post a Comment