I cannot use SSH because my server doesn't support it, also I cannot upload my 7mb database as one complete file because I get timeouts.
So can somebody please explain what tools I need and how I go about splitting my database into multiple parts and anything else I need to keep in mind.
Are there no tools are there that can do this automatic for you.
you could try backing up each table one at a time via admincp if it doesn't timeout
I cannot use SSH because my server doesn't support it, also I cannot upload my 7mb database as one complete file because I get timeouts.
So can somebody please explain what tools I need and how I go about splitting my database into multiple parts and anything else I need to keep in mind.
Are there no tools are there that can do this automatic for you.
Get a local mysql server running on a PC or whatever - import the backup that you have into a dummy database. The export the database table by table rather than the full thing and upload the exports table by table into your new db
#If you have any other info about this subject , Please add it free.# |
