Forum Moderators: phranque
I have recently changed web hosts. I have a very serious problem. I need to transfer a MySQL database which is around 2GB is size from server A to server B.
I can't download the content to my computer because the database size is too large and my connection is too slow.
I also do not have permission to create files on the server because the OS's permissions are messed up so I cannot delete or create files.
Can anyone please assist me with this dilemma?
By the way, Server A is running Freebsd and Server B is running Redhat
Thanks a lot.
You are in a bit of a bad spot. Can the old host help you in anyway?
I figured out how to solve the problem. It was so easy and starting a thread almost seems pointless.
1) Call the host and request them to sort out your server permissions
2) Log on to the server and create a sql dump and zip it up
3) Use wget from server B to grab the dump
4) unzip and upload to the new database.
Simple