PDA

View Full Version : phpMyAdmin Issues


blockbusted
02-05-2007, 11:33 AM
I am moving tables in a mysql database into a different database on a different host. I use the export tab to export the tables. Now here lies the problem: On my new host, I can only import up to 2,048kb using the import tab.

Are there any alternative ways of importing tables into the database? If not, are there ways to "split" the tables when I export them, so they aren't so big?

Thanks!

eruse
02-05-2007, 02:13 PM
this depends on the size of your database:
If you export and save in a g-zipped file then it could go it the size of this file does not go above the upload limit else I would do it in parts.
Like 1 or 2 tables at a time.

blockbusted
02-05-2007, 04:14 PM
I already am importing one table at a time, but some of the TABLES are too big to import. What are my options when the single tables are too big?