originally posted at http://www.goodfeelingplace.com/how-to-import-and-export-large-datasets-in-mysql I’ve seen many questions around the importing and exporting of large tables and/or databases in mysql, so I’d like to share how I’ve learned to manage those processes. Using phpmyadmin for these tasks is not suitable because web servers are not designed for running large scripts or uploading/downloading large files. You …
Continue reading “How to import and export large datasets in mysql”