PDA

View Full Version : download images from the mysql database



cnoel
September 7th, 2003, 11:00 AM
hello

how can I download my images (600) from the mysql database to another server.

Jamie
September 7th, 2003, 09:14 PM
Hi,

The image files themselves are not stored in MySQL, just the path to them. If you need to get a copy of your images, check your config file for the $img_path variable, and then look in that folder on your server. You should be able to just use FTP to download them to your PC, and then again to upload to your other server.

Thanks!
Jamie