How do I transfer all the database and album to my new linux box ?
awijata
1) Download all files within your coppermine folder on your webserver to your linux box.
2) Use a tool like phpMyAdmin to create a dump of your database on your webserver and save the dump file to your linux box
3) Use phpMyAdmin on your linux box to restore the database using the dump file you created
4) Edit your_coppermine_folder/includes/config.inc.php on your linux box to match the mySQL settings on your linux box
5) Test-drive your coppermine clone on the linux box
GauGau