Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: MySQL Design Tool

  1. #1
    Join Date
    May 2006
    Location
    100acrewood
    Beans
    7,294
    Distro
    Kubuntu 17.10 Artful Aardvark

    MySQL Design Tool

    Is there any free (open source) design tool available for MySQL? I want to create a database design using a graphical tool that allows me to export SQL code... Anything you would know of? For Linux please.

  2. #2
    Join Date
    Dec 2007
    Location
    UK
    Beans
    571
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: MySQL Design Tool

    I use phpMyAdmin for creating MySQL databases but AFAIK it does not export SQL code tho.

    If theres better tools around I would be interested to hear about them.

  3. #3
    Join Date
    May 2006
    Location
    100acrewood
    Beans
    7,294
    Distro
    Kubuntu 17.10 Artful Aardvark

    Re: MySQL Design Tool

    One I found is Navicat, but it is free for trial on (30 days) and comes with Wine, so it's basically a Windows program. It's pretty nice, but only for 30 days I guess.

  4. #4
    Join Date
    May 2008
    Location
    Birmingham, UK
    Beans
    283
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: MySQL Design Tool

    phpMyAdmin allows you to export your database in a number of different formats, including SQL. I back up my website database (when I remember!) in this format. phpMyAdmin is available in the repositories (though you can equally easily download it direct from the website and install it where you wish on your computer.)

  5. #5
    Join Date
    May 2006
    Location
    100acrewood
    Beans
    7,294
    Distro
    Kubuntu 17.10 Artful Aardvark

    Re: MySQL Design Tool

    Quote Originally Posted by cpetercarter View Post
    phpMyAdmin allows you to export your database in a number of different formats, including SQL. I back up my website database (when I remember!) in this format. phpMyAdmin is available in the repositories (though you can equally easily download it direct from the website and install it where you wish on your computer.)
    But you still have to generate the SQL code by hand when you create your database design, right? I don't want that because it consumes to much time and is prone to error.

  6. #6
    Join Date
    Apr 2005
    Location
    Glasgow, Scotland
    Beans
    1,642

    Re: MySQL Design Tool

    Quote Originally Posted by wieman01 View Post
    But you still have to generate the SQL code by hand when you create your database design, right? I don't want that because it consumes to much time and is prone to error.
    No, everything is GUI.
    A Fedora user

  7. #7
    Join Date
    May 2008
    Location
    Birmingham, UK
    Beans
    283
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: MySQL Design Tool

    No - you can create new databases, new tables, new columns, amend or drop any of these, edit data etc all from the GUI. You don't much if any SQL to set up the database.

  8. #8
    Join Date
    May 2006
    Location
    100acrewood
    Beans
    7,294
    Distro
    Kubuntu 17.10 Artful Aardvark

    Re: MySQL Design Tool

    Mmm... That sounds tempting then. Thanks, cpetercarter & bruce89. I will give it a go and report back.

  9. #9
    Join Date
    Apr 2005
    Location
    Glasgow, Scotland
    Beans
    1,642

    Re: MySQL Design Tool

    Only snag with phpMyAdmin is that it needs the whole LAMP stack as it's Web-based.
    A Fedora user

  10. #10
    Join Date
    Mar 2007
    Beans
    89
    Distro
    Ubuntu

    Re: MySQL Design Tool

    something like this...

    http://www.fabforce.net/dbdesigner4/screenshots.php

    On the flip side, if you already have something in another DB language, try http://kettle.pentaho.org/ to convert the data to mysql
    Last edited by essexboyracer; July 11th, 2008 at 10:23 PM.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •