Is Mysql Workbench included in your package ?

Asked by Yoanne LE MERCIER

Hi all.

Id like to know if the tool Mysql workbench (for Database Model Design) has been included in your package, or if you have planned to do so.

Thanx in advance.

BR.

YLM

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu mysql-gui-tools Edit question
Assignee:
No assignee Edit question
Solved by:
Colin Charles
Solved:
Last query:
Last reply:
Revision history for this message
Daniel Schwitzgebel (schwitzd) said :
#1
Revision history for this message
Yoanne LE MERCIER (yoanne-lemercier) said :
#2

Thanx for your reply.

But, no, thats not the one im looking for:
It's a tool for Mysql DB Design, called Mysql Workbench (http://dev.mysql.com/downloads/workbench/5.0.html)

BR
YLM

Revision history for this message
Daniel Schwitzgebel (schwitzd) said :
#3

I don't think exist one package...

Revision history for this message
Best Colin Charles (ccharles) said :
#4

This package doesn't exist yet in Ubuntu

Get it from: http://forums.mysql.com/read.php?153,224128

Warning: Its really in Alpha

Once it gets to a more usable state, it will definitely be packaged at some stage.

Hope this helps!

Revision history for this message
Yoanne LE MERCIER (yoanne-lemercier) said :
#5

Yep it helps.

Just waiting this tool to be stable enough to get it .deb-ed !

Thx.

BR.
YLM.

Revision history for this message
Pablo Rubianes (pablorubianes-uy) said :
#6

While you wait you can try use Power Architect its very similar to MySql workbench and it can develop DB for MySql, postgreSql and others. You can download it from http://download.sqlpower.ca/architect/current.html
And you install it doing this:
1) $ tar zxf /path_to_dir/name_of_file.tar.gz ( or tgz)
2) $ cd name_of_dir
3) $ ./configure
4) $ make
5) $ sudo make install