PDA

View Full Version : Transferring Databases?


Abronsyth
02-04-2016, 10:07 PM
Resolved

Hoping someone could help me with this...I don't really know mySQL well at all, so I'm not sure about how to do this. I'm moving to a new host so that my site can continue to grow and so that I can have a domain name. However, I have no idea how to move my database data to the new host.

Does anyone here know how to do this?

Hall of Famer
02-04-2016, 10:09 PM
You can go to phpmyadmin, and use the export option to acquire a database SQL file(DB dump).

Abronsyth
02-04-2016, 10:31 PM
Unfortunately I have a limit of 64 mb, and the database accumulates to 71mb ;n;

Not far over the limit though...so perhaps I can figure out where I can slim it down a bit.

Hall of Famer
02-04-2016, 11:21 PM
A simple way to trim down the database size is to remove data from table prefix_vote_voters. This table stores a lot of data, and most aint very useful.

Kyttias
02-05-2016, 12:06 AM
You should be able to export a few individual tables, delete them, and then try backing up the rest. It's really dumb that there's a limit, considering it just kind of spits it all out in a plain text format.