I need to transfer the sql server databse tables to mysql . How can i do that?.

Recommended Answers

All 2 Replies

Try exporting the data (structure and information as create and inserts) to a common format SQL file.
You can then import that into the MySQL server as a query.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.