atheistrical
08-11-2009, 12:01 PM
I have a MySql database installed on my local computer and have been developing an web-application based on it. I use PHP-MyAdmin to administer the database.
Now, I wish to upload my web application to a remote web-server so that it goes online. The web-server too has PHP-MyAdmin installed. Hence, I exported my database and saved it as database.sql on my desktop. I should now be able to import this database.sql into my remote web server. But, here comes the real hurdle:
The database.sql file has a file size of 200 megaBytes. I simply couldn't get it uploaded to my remote web-server. I have an internet connection with bandwidth upto 512 kbps.
Is there a way to break my file into smaller chunks and rejoin after upload, or any workaround to my issue?? Any help will be greatly appreciated!
Now, I wish to upload my web application to a remote web-server so that it goes online. The web-server too has PHP-MyAdmin installed. Hence, I exported my database and saved it as database.sql on my desktop. I should now be able to import this database.sql into my remote web server. But, here comes the real hurdle:
The database.sql file has a file size of 200 megaBytes. I simply couldn't get it uploaded to my remote web-server. I have an internet connection with bandwidth upto 512 kbps.
Is there a way to break my file into smaller chunks and rejoin after upload, or any workaround to my issue?? Any help will be greatly appreciated!