Jump to content

Software to design Database

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
Jacki

Jacki

    Learning Programmer

  • Members
  • PipPipPip
  • 80 posts
Hi, I'm going to develope a big project and I need some useful tool, I'll work with a quite big database and I need a tool wich I can design tables relations etc.. Do you know any good software? Thanks.. bye!
Posted Image

Posted Image

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
It will depend somewhat on the database type. There are different tools for different databases. It also depends on your price range.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Jacki

Jacki

    Learning Programmer

  • Members
  • PipPipPip
  • 80 posts
Uhmmm... I forgot to say that I'm looking for a free software. I'll work in mysql, my project will be php/mysql.
Posted Image

Posted Image

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
There's a module in XAMPP for managing MySQL databases. PHPAdmin, I think.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
phpMyAdmin is for example in xampp and most other control panels.
I mainly use HeidiSQL for my database issues.
something for building relations etc, I don't have. But I guess you could use an UML tool as StarUML to make relation sketches, although, it has no connection to the sql.

Edit: I just looked around, and found that MySQL themselves has something they call MySQL Workbench which can let you create what you want. find it here: MySQL :: MySQL Workbench 5.1
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#6
Jacki

Jacki

    Learning Programmer

  • Members
  • PipPipPip
  • 80 posts
I think I expressed myself badly, I already know phpmyadmin because I've already used it and I'm now using it... I believe that StarUML is what I was searching... Thanks at all..
Posted Image

Posted Image

#7
PGP_Protector

PGP_Protector

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 253 posts

Orjan said:

phpMyAdmin is for example in xampp and most other control panels.
I mainly use HeidiSQL for my database issues.
something for building relations etc, I don't have. But I guess you could use an UML tool as StarUML to make relation sketches, although, it has no connection to the sql.

Edit: I just looked around, and found that MySQL themselves has something they call MySQL Workbench which can let you create what you want. find it here: MySQL :: MySQL Workbench 5.1

I so love HeidiSQL, I use that for Work & Home.

#8
Natrobius

Natrobius

    Programmer

  • Members
  • PipPipPipPip
  • 166 posts
I have used the workbench included with MySQL and have found it to be very full featured. Worth checking into.
The Natrobius
http://natrobius.info
CodeCall User

#9
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I haven't played with StarUML yet... how do you like it?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#10
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
I think it's ok for it's purpose, so if you are a RUP (Rational Unified Process) user, then it seems to be a great tool. we actually uses it at our University in our assignments and other stuff during system development courses
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#11
msletner

msletner

    Newbie

  • Members
  • Pip
  • 1 posts
thanks for sharing