Ross,

Ross wrote:
> Can you just export the mysql? Will the pdfs be exported as binary data? 
> Will I have to re-upload them? (there are hundereds).

Try using "mysqldump" to pull the data into a flat file full of SQL
statements.  You can then use the "mysql" command to reinsert the data.

David
-- 
David Grant
http://www.grant.org.uk/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to