I have a huge mysql database on my comp now i want it to transfer to my friends comp. he too has mysql running
how do i do that?
Which files should i copy?
run mysqldump. It will be in the bin directory of your mysql installation. it dumps the data in your database. You can redirect it to a file, copy the file to other comp and import it. easy!
by the way, mysql front is NOT free! you have to $ay for it.
If you have phpmyadmin then just select the database and then go to export->select all-> and check "complete inserts", then just export