将数据库及其表导入另一台PC /笔记本电脑

How do I import it to another pc? I tried getting/copying the folder of the database from xampp/mysql/data/"FOLDERNAME".

But after I paste it to the same path(xampp/mysql/data/) on the computer, it couldn't find the table.

This is what I did, my friend sent me its database folder from xampp/mysql/data/sportswebsite

After that, I paste it on my laptop's xampp/mysql/data then go to localhost/phpmyadmin. I found the sportswebsite database name, but when I click on one of its table I get an error of : Table 'sportswebsite.user' doesn't exist in engine.

Why is that?