On Windows, i use SQLyog. And I am new to Ubuntu.

Is there any mysql manager programs as good as SQLyog?

link|improve this question
feedback

4 Answers

up vote 2 down vote accepted

MySQL now offer MySQL Workbench, which may or may not be what you are looking for.

I tried it on Windows, and it suited my needs to the tee.

http://www.mysql.com/downloads/workbench/#downloads

link|improve this answer
feedback

MySQL Administrator.

sudo apt-get install mysql-admin

It is a very GUI driven tool but also very well done. I've used it and for my needs it has been perfect. Though, I'll admit that my needs are rather simple, and probably don't scratch the surface of what this tool can do.

[update] - It appears this will be deprecated in favor of the Workbench, and there does appear to be a Ubuntu build available.

link|improve this answer
i installed mysqladmin but i want use tool. – meotimdihia Apr 10 '11 at 12:57
You may also go for MySql Query Browser along with MySQL Administrator, both of them are available in Ubuntu repositories. – Kush Apr 10 '11 at 13:03
feedback

My favorite by far is Navicat. They have a free lite version that you can use that will probably do everything you need it to. The great thing is that the new version works across multiple databases.

link|improve this answer
feedback

I use SQLyog in wine on Ubuntu. I've not had any issues with it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.