i want to migrate data from mysql5.1 to mysql5.6. i installed mysql5.6 successfully but i have data of older version is more than 50 GB. i want to just copy and paste in newer version. i did it but some table does not accessible.
i guess it is problem of engine(innodb/myisam) for table but i don't know how to solve it.
i found another problem when alter the table it gives error "table is full."
How can I create separate table-space for each table without loss of any data?