PHP Classes

migrating from a very large mysql database

Recommend this page to a friend!

      PHP MySQL to Mongo  >  All threads  >  migrating from a very large mysql...  >  (Un) Subscribe thread alerts  
Subject:migrating from a very large mysql...
Summary:How to migrate with a very large mysql database
Messages:2
Author:Jay
Date:2015-11-07 04:49:10
 

  1. migrating from a very large mysql...   Reply   Report abuse  
Picture of Jay Jay - 2015-11-07 04:49:10
Hey There,

First off, well done! It works.

I got an issue though, the tables and the database as a whole is very big. How is it possible to make it loop through all of it? Right now, it stops right at the middle and I don't know how make it continue to the rest of the database.

Thanks a lot!

Regards,
Jay

  2. Re: migrating from a very large mysql...   Reply   Report abuse  
Picture of Orazio Principe Orazio Principe - 2015-12-19 07:09:34 - In reply to message 1 from Jay
Hi, sorry for the delay of my reply first.
Ther first check you need to do is how you
cicle with php while you are importing records.
Take care to use results instead of storing
variables by the engine.
Another thing is to ensure to have enought memory
assigned to php and take care that it doesn't
reach the timeout.
Let me know if you solved your problem, otherwise
I'm here to help.
You can contact me directly to my mail:
orazio.principe at gmail.com

Bye