i have a single mysqldump file with quite a few large tables. the file totals about 4.5gb
i would like to load the file (all these tables and their contents) into a mysql database using php
after searching i couldn't really find anything that put me on the right path.
how would go about doing this? or, is it more advisable to export dumps of individual tables? but still being pretty large tables how best would i load just one?
i would like to load the file (all these tables and their contents) into a mysql database using php
after searching i couldn't really find anything that put me on the right path.
how would go about doing this? or, is it more advisable to export dumps of individual tables? but still being pretty large tables how best would i load just one?