Porting Database content
i'm currently looking at porting my Coppermine Photo Gallery to another server (site), the other host/server runs CPanel11 with Coppermine Photo Gallery as well... i'm guessing the main thing to focus on is the database, i'm not sure....
anyone give me some directions on tackling this?
anyone give me some directions on tackling this?
0
Comments
Worst case scenario: your hosting company sucks and they won't give you access to the DB. You'll need to file a support ticket to have them give you a plaintext dump of it - i'm going to assume that since it's cpanel it's a MySQL database. You'll need to do a mysqldump or a database bkp using cpanel (I'm not familiar with cpanel, I know in Plesk you can do this).
The other trick is importing the DB into your new host.
This is called a migration - my old company did this professionally. It's usually not easy