Here is my domain: http://mrlachey.com/gallery/
I am switching host and switcing name servers. My question is... how do i make it so that all of my coppermine settings will transfer? (Like mysql stuff, etc.)
1.create backup from all files and folder of gallery
- if you have control panel for your server then it could be a backup tool out there
- if you don't have a online backup tool on your control panel then simple use a FTP client and download your gallery to your local computer
2.create backup from coppermine database
- first check your include/config.inc.php for your database name
- if you have a online mysql admin tool on your control panel use that to create a backup of your database
- if you don't have , then download PhpMyAdmin and install it to create a backup of your db
3.restore all files and folder to new server
4.restore your db to new server
- after restore make sure you have user (same as a /include/config.inc.php) with full privileges
bmossavari's answer is more detailed, but I thought it would be useful to mention that this is a FAQ as well:
http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#moveGallery (http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#moveGallery)