Hi
How can I transfer some tables created in a database in MySql on my computer to a friend's computer. I have sent to my friend the tables stored in C:\ProgramData\MySQL\MySQL Server 5.1\data\mydatabase folder via email. But when it is pasted in the same location in another computer, it isn't working properly. The table name is listed on the issue of a
Show tables;
command but the fields are empty and an error message is given on the command
Select * from <tablename>;
. Please advice me
Thanks in advance.