Skip to content
Advertisement

How clone all data from one database to another one in Codeigniter

I am going to move all data from the live stage database into another new database. The project is based on Codeignitor. For now I am using dump file but it’s really slow to handle them.

JavaScript

Is there any best method to solve my issues( latency issue, I need to speed up ). Thank you.

Advertisement

Answer

I fixed this issue. Attached my approach here.

JavaScript

This is the code based on Codeigniter.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement