Front End GUI for MySQL

Discussion in 'MySQL' started by litebulb1, Mar 3, 2008.

  1. #1
    Does any body know of a front end GUI for MySQL. I was hoping to find one that would have some if not all of the following features:

    • design custom inventories
    • query
    • edit

    I have a database to keep track of all of my clients but I need sometime much more flexible. For example my database has all of my clients information which is pretty standard but then if I buy my client a computer I would like to be able to add fields to that client to insert information about the computer my reference later. I dont want to have to predefine all of my fields but be able to add on things when they come up.

    Does anybody know of anything that can do this?
     
    litebulb1, Mar 3, 2008 IP
  2. kjewat

    kjewat Active Member

    Messages:
    149
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #2
    MySql has released some GUI tools that you can use to edit your database schema and data.

    Take a look at Mysql Query Browser and MySql Administrator:
    http://mysql.com/products/tools/
     
    kjewat, Mar 4, 2008 IP
  3. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #3
    My favorite is Navicat: http://www.navicat.com/

    They have a light (Free) version, and the full featured commercial version. I like it a lot better than the Mysql Admin or Query browser.
     
    jestep, Mar 4, 2008 IP
  4. litebulb1

    litebulb1 Peon

    Messages:
    151
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks for the response. Im going to try those and see if they have everything im looking for.

    Does anybody else have any ideas?
     
    litebulb1, Mar 4, 2008 IP
  5. litebulb1

    litebulb1 Peon

    Messages:
    151
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Does anybody know of a web based version of what were talking about?
     
    litebulb1, Mar 4, 2008 IP
  6. kjewat

    kjewat Active Member

    Messages:
    149
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #6
    kjewat, Mar 4, 2008 IP
  7. in2clearsky

    in2clearsky Peon

    Messages:
    121
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I'm using phpMyadmin too. Pretty easy to use and can manage all general database usage that you need.
     
    in2clearsky, Mar 5, 2008 IP
  8. 00johnny

    00johnny Peon

    Messages:
    149
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    mysql query browser is pretty good, but pretty buggy at the same time. No real serious bugs like destroying data just UI bugs like disabled checkboxes etc...I think it has gotten better over the past year...
    Personally I go hard core and shell into the console :)
     
    00johnny, Mar 5, 2008 IP
  9. litebulb1

    litebulb1 Peon

    Messages:
    151
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #9
    do you actually use phpmyadmin to add / edit records in your database or just to set up your databases?
     
    litebulb1, Mar 6, 2008 IP
  10. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #10
    I have in a pinch. But day to day, I wouldn't dream of using it. Most of the apps I have seen are admin style. Not really designed for end use.
     
    shallowink, Mar 6, 2008 IP
  11. litebulb1

    litebulb1 Peon

    Messages:
    151
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #11
    does any body know of any web appilications for mysql end use?
     
    litebulb1, Mar 6, 2008 IP
  12. docetes

    docetes Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    HeidiSQL is a pretty good front end GUI
     
    docetes, Mar 7, 2008 IP
  13. pondlife

    pondlife Peon

    Messages:
    898
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Toad? I've not used it in a while but I believe it works with most flavours of DB's
     
    pondlife, Mar 7, 2008 IP
  14. MarioGL

    MarioGL Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    If you want to go quick and dirty you might achieve the functionality you are looking for in MySQL Query Browser. Just save the queries (ie custom inventories) that you use as sql files and open them as needed, and use the interface for add\edit
    delete stuff. Tools like Toad offer similar functionality and that might work too.

    If I understand you correctly you want a custom interface, what we refer to as a CRUD (create, retrieve, update, delete) application, which is really common and for which exists lots of frameworks. This is mostly done though a web interface and in PHP or Java or ASP, but can also be done as a standalone desktop program in VB or C#. In this case, you might want to hire a programmer through rentacoder or some such site, but you will likely need to pay more than $100. If it's not worth this much to you then maybe just use MySQL Query Browser.
     
    MarioGL, Mar 7, 2008 IP
  15. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #15
    It does sound like you are looking much for a data maintance program than an SQL administration tool and as such it is much more common to have these custom coded (web or desktop) rather than find off the shelf solutions which are much more aimed at DBA
     
    AstarothSolutions, Mar 7, 2008 IP
  16. litebulb1

    litebulb1 Peon

    Messages:
    151
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #16
    That does sound exactly like what im looking for. Im going to give the other ideas a try and see if they will work for me. Thanks everybody for your input.
     
    litebulb1, Mar 7, 2008 IP
  17. litebulb1

    litebulb1 Peon

    Messages:
    151
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #17
    has anyone here used filemaker pro 9?
     
    litebulb1, Mar 11, 2008 IP
  18. litebulb1

    litebulb1 Peon

    Messages:
    151
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #18
    I'm downloading file maker 9 server advanced now and I think that is exactly what I was looking for.
     
    litebulb1, Mar 16, 2008 IP