I am working on PHP and database MySQL. I have two tables in SQL Server 2005 and I want to move them into MySQL.
These two tables contain fields with Unique Identifier and MySQL doesn't have a Unique Identifier data type. So I am not able to convert it into MySQL.
Please help me to solve this problem.