OK, I want to copy a mysql database from one computer (comp1) to another (comp2). I copied the c:\apache\mysql\data\ database folder to where I want it.
But now, on computer 2 mysql says the tables are in use (errno 130).
you should try exporting/importing the schema of the database using mysqldump or phpMyAdmin.