Friday, October 10, 2014

Can't import database through phpmyadmin file size too large

For Upload large size data in using phpmyadmin Do following steps.
Open php.ini file from 
OS                               ->  Location
windows(With Xampp Installation) -> /xampp/php/php.in 
Mac OSX                          -> /private/etc/php.ini
Linux                            -> /etc/php.ini
                                 -> /usr/bin/php5/bin/php.ini
                                 -> /etc/php/php.ini
                                 -> /etc/php5/apache2/php.ini
Update following lines
max_execution_time = 259200
max_input_time = 259200
memory_limit = 1000M
upload_max_filesize = 750M
post_max_size = 750M    
than after restart xampp server or restart all services Now Upload data using import function in phymyadmin. Apply second step if till not upload data.

No comments:

Post a Comment