Re: My new side job
1) You can write a script to make an SQL dump.
2) You can install phpMyAdmin on his current server and export the SQL dump.
3) You can install phpMyAdmin on his new server and import the CVS dump to SQL.
4) You can use MySql's LOAD DATA INFILE syntax to load the CVS file as long as it is stored in comma delimited format.
|