Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Script timeout passed, if you want to finish import


If you are importing your database using Phpmyadmin, then there's a configuration file for it:

phpmyadminlibrariesconfig.default.php

Open this configuration file in any editor and change $cfg['ExecTimeLimit'] = 300; to $cfg['ExecTimeLimit'] = 0;

Restart your localhost, now you don't have any time limit.
---------------------------------------------------------------------


Or you can use MySQL command line to import your unzipped SQL file directly, something like below:

mysql -u username -p database_name < my_unzipped_import_file.sql

Comment

PREVIOUS NEXT
Code Example
Php :: php bbcode tag dellete 
Php :: header location php 
Php :: sql where count greater than 
Php :: doument root phpp 
Php :: set font sytle phpspreadsheet 
Php :: php changr date format 
Php :: Check duplicate email in laravel using jQuery validation 
Php :: php get age from dob 
Php :: dynamic alert php 
Php :: center mode slick slider 
Php :: nova resource title function 
Php :: phpstan ignore 
Php :: php round decimal 
Php :: excerpt length wordpress 
Php :: laravel get latest record by date 
Php :: mysql timestamp format php 
Php :: groupby in laravel with count 
Php :: include a website in php file 
Php :: get count of relationship table laravel 
Php :: php strip tags 
Php :: behamin brequest installation on laravel 
Php :: how to check php string length 
Php :: laravel end date greater than start date validation 
Php :: do shortcode wordpress 
Php :: php remove double spaces to single space 
Php :: psicopata narcisista 
Php :: how to hide get parameters in url php 
Php :: laravel human readable date 
Php :: how to add extra days from a date php 
Php :: email php using html 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =