nudylady Posted January 2, 2007 Share Posted January 2, 2007 hello I want to import a 6MB file to MySQL database. Buy my ISP only allows max of 2 MB each time. How to split? thanks Link to comment Share on other sites More sharing options...
♥Vger Posted January 2, 2007 Share Posted January 2, 2007 Create six new text files. Copy one sixth of your database into each file, giving you six files with around 1Mb in each. Even though the allowance for phpMyAdmin is 2 Mb you'll probably come up against the php time limit of 30 seconds if the files have much more than 1 Mb in them. Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.