ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Veign's Top 15 MySQL Tools

(1/1)

mouser:
DC Member Veign wrote up a short summary of 15 different top MySQL management/helper tools on his blog today..


http://www.veign.com/blog/2007/10/top-15-mysql-managers-and-tools.html





Would have been nice if he told us which was the best.

ps. I've used the free MySQL Workbench and found it cool but not really usable due to being in unfinished beta stage for too long, with bugs that are insurmountable.

Ralf Maximus:
At the risk of threadjacking, how easy is it to migrate a SQL Server 2000/2005 database to MySQL?

iphigenie:
The obvious answer is... it depends...

That would depend on what features your database uses and what you need. If it is pure data, with very little in the matter of triggers, constraints, simple indexes only, no stored procedures - then is it quite simply a matter of dumping and importing and can be quite painless.

If you have a lot of binary data, complex triggers or constraints, stored procedures... then it is a project and a half since you have to redo all those features.

Similarly, if your database is used by a front end which is not web based, or tightly integrated with SQL server, you might have a lot of rewriting to do on that front.

Ralf Maximus:
Thank you iphigenie; that's exactly what I need to know.

:-)

Veign:
ps. I've used the free MySQL Workbench and found it cool but not really usable due to being in unfinished beta stage for too long, with bugs that are insurmountable.
-mouser (October 22, 2007, 12:33 AM)
--- End quote ---

I put in some information about Workbench but should have put more.  Workbench was a continued project from DB Designer.  The original developers moved to create MySQL Workbench and stopped working on DB Designer.  Then when Workbench stopped moving forward another group of developers picked up on the open sourceness of DB Designer and started the DB Designer Fork.  DB Designer Fork is much more current than both DB Designer and MySQL Workbench.  This is the application I have been using for some very quick database reverse engineering (they include a tool).

Navigation

[0] Message Index

Go to full version