ok how do i move a mysql database from an nt box to my unix box ?? are we talking create the database and move the directory or is it muck more involved
I think you would want to use mysqldump to create a txt file that will hold your tbales definitions and data, then create a new db on the new server and paste the txt file into the mysql prompt to recreate your tables and fill them with your data