Forum Moderators: coopster
I have exported a large file from phpMyAdmin (around 16MB). I need a method to insert it in a new db (again with phpMyAdmin). I have no shell access, only the phpMyAdmin. How can i split the large file into many smaller ones safetly?
You use the SQL link and then browse to import the file. I don`t think you can split the file unless you edit it manually. Your best bet might have been to take individual backups of each table and then re-import each one. If you have large amounts of data in a table, export from certain rows only to keep it small.
Try exporting the structure only, then use a text editor to manually split it into several files. Also, the export function in PHPMyAdmin is known to time out on large exports, so check all your data is in place.
dc