Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

What is the best program for the design of databases on Ubuntu? What are the tools that we need ?

share|improve this question
1  
Please define what you mean with design. Do you mean the drawing of relations between tables/databases (ie. drawing boxes with fields and lines between these fields etc) or the actual creating of those tables and databases. – Rinzwind Oct 2 '12 at 15:22
1  
Give more information on what you need , that can help to have better idea on what you need . – Jai Oct 2 '12 at 17:31

1 Answer

  1. I suggest Oracle Sql Developer .It's free, it's written in Java and it has support for Sql Server (you just need to add the JDBC driver from microsoft site, which it seems free too). It supports the following features: Develop,Administer,Model and migrate scenarios. It works with Oracle , MSSQL , MySQL and other providers

  2. DBeaver is free universal database tool for developers and database administrators.

  3. The repository contains the mysql-admin package which is a GUI tool for administrating MySQL

share|improve this answer
Design of databases would suggest the possibility to create entity-relationship models. All 3 your suggest are for creating databases. Not the design of one ;) – Rinzwind Oct 2 '12 at 15:14
For design I would suggest: jdeveloper (oracle.com/technetwork/developer-tools/jdev/overview/index.html) same website, different tool ;). Also MySQL workbench for MySQL can be used to design databases. – Rinzwind Oct 2 '12 at 15:16
1  
thank you my dear teacher – Farhad Oct 2 '12 at 15:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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