Page 1 of 1

Unable to import CVS to locally installed XAMPP

PostPosted: 05. June 2015 09:59
by jasonc310771
I have installed V3.2.1 of XAMPP and have it all working ok for some time, but today I try to import a 2G csv file into an empty database and I just get a blank page in the main content area, all the menus and other information on the page is there, just the middle part of the page is blank.

I have tweaked the settings/php.ini and other files so allow up to 3G files to be processed/uploaded, but think there is something else I am forgetting.

in php.ini i have...

memory_limit=3000M
post_max_size=3000M
upload_max_filesize=3000M
max_execution_time=10000
max_input_time=10000

in my.ini i have...

max_allowed_packet = 3000M


but still the file is not importing.

What else can I try ?

Re: Unable to import CVS to locally installed XAMPP

PostPosted: 05. June 2015 10:48
by Nobbie
jasonc310771 wrote:What else can I try ?


Dont use phpmyadmin for such huge imports, enter the corresponding SQL Command (it is shown in phpmyadmin) directly into mysql interpreter (mysql.exe). Look into the MySQL Docu for proper SQL syntax:

https://dev.mysql.com/doc/refman/5.1/en/load-data.html