How to split sql file into two using an editor
-
I have an sql file downloaded (as a zip) of just under 4Mb. My client’s PHPMyAdmin will only upload < 2Mb. I don’t have access to any other part of his server, so can’t use a command line to import the data, so can I split my sql file (without losing integrity)? I have tried splitting the export file into separate tables from the original PHPMyAdmin, but it’s just one table (wp_posts) that is around 90% of the data. I see in this WP thread https://www.ads-software.com/support/topic/cant-restore-db-in-phpmyadmin there is a link to these four options: https://www.interspire.com/support/kb/questions/851/Overcoming+file+size+limits+when+uploading+SQL+files+to+phpMyAdmin, but my (seemingly) only option (3) doesn’t give much guidance. Does anyone have any suggestions?
Many thanks ??
- The topic ‘How to split sql file into two using an editor’ is closed to new replies.