I have generated a 20Mb SQL script of a SQL Server 2008 R2 database with the function Generate Script with Schema and Data (INSERT INTO included). I'd like to re-generate the database in a MySQL host on a CentOS 5.8 platform and so I tried with phpMyAdmin which has the MSSQL compatibility's import function, but it was trying to load the file then server closed the phpMyAdmin connection without a particular reason....
Is there a possible way to generate in a MySQL 5.5 host a new database from a SQL Server 2008 R2 .sql script?
Thanks in advance to everyone... Cheers! Luigi