Is there any tool other then phpmyadmin to manage databases?

Discussion in 'Databases' started by ladesignandcoding, Oct 19, 2010.

  1. #1
    Is there any tools out there to manage databases instead of using phpmyadmin?
     
    ladesignandcoding, Oct 19, 2010 IP
  2. SamT

    SamT Peon

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In Bash type "mysql -u (yourmysqlusername) -p"
    It will prompt you to enter your password.

    Type "use databasename;" to select your database, then you can run select queries, update, insert, alter, etc.
     
    SamT, Oct 20, 2010 IP
  3. aquilax

    aquilax Member

    Messages:
    126
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    33
    #3
    aquilax, Oct 20, 2010 IP
  4. ovidiu77

    ovidiu77 Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    you can try navicat
     
    ovidiu77, Oct 20, 2010 IP
  5. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #5
    There are several tools available to manage MySQL both paid and open source/free. Navicat is really a good one but it is paid. You can use MySQL's own Workbench, Toad for MySQL, HeidiSQL and several others. You can find other MySQL GUI tools options here.
     
    mwasif, Oct 20, 2010 IP