Hi there,
I have got a 7.7GB pgsql dump file to be switched into a mysql dump.
However my PHP memory limit is 512MB and my system RAM is 4GB with currently 700MB free.
How can we split the parsing so that pg2mysql divides the mysql dumps into various number of parts?
COPY cn (id, did, fid, l, m, ff, g, by, db, id_rc, id_rd, ac, ad, an, sa, dn, misc) FROM stdin;
... multiple
... lines
... of
... loooong
... data
... here
\.
Hi there,
I have got a 7.7GB pgsql dump file to be switched into a mysql dump.
However my PHP memory limit is 512MB and my system RAM is 4GB with currently 700MB free.
How can we split the parsing so that pg2mysql divides the mysql dumps into various number of parts?
COPY cn (id, did, fid, l, m, ff, g, by, db, id_rc, id_rd, ac, ad, an, sa, dn, misc) FROM stdin;... multiple... lines... of... loooong... data... here\.