I have had working knowledge on MySQL for years. And I used to export the schema and it's data as .sql file from my MySql database and import it where it's required. It worked for me.
But Recently I happened to replicate the data from a database which is in SQLServer and import it in my MySql database. For this, I'm not able to generate .sql file for data but for Scripts(Schema) from SQLServer. What is the process to make it happen? Since all SQL Server, MySQL, Oracle are all RDBMS Softwares which follows the standard. So what's the problem in it?