[PHP] transferring db info

2006-01-12 Thread Ross
I am thinking about buying a vps for a year of so until a client of mine updates their dodgy server. Can you just export the mysql? Will the pdfs be exported as binary data? Will I have to re-upload them? (there are hundereds). R. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] transferring db info

2006-01-12 Thread David Grant
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 --

RE: [PHP] transferring db info

2006-01-12 Thread Albert
David Grant wrote: 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