Import SQL dump to MySQL using Codeigniter
Taking backup dump and importing the dump into database can be done very easily using php. In Last posts i explained how to take the backup of Mysql using php , Here is the function to import the sql dump into…