How do you port a SqlServer database to MySQL?
- by Lieven Cardoen
I have a SqlServer db that I would like to port to MySQL. What's the best way to to this. Things that need to be ported are:
- Tables (and data)
- FileStream -- MySQL equivalent?
- Stored Procedures
- Functions