Find the answer to your Linux question:
Results 1 to 4 of 4
hi, how to connect mysql server from ubuntu,.... pls provide me the steps..... thanks vasanth....
  1. #1
    Just Joined!
    Join Date
    Feb 2010
    Posts
    17

    connection to mysql

    hi,
    how to connect mysql server from ubuntu,.... pls provide me the steps.....


    thanks
    vasanth.

  2. #2
    Linux User ptkobe's Avatar
    Join Date
    Feb 2008
    Location
    Torres Vedras, PT
    Posts
    274
    to connect from the command line, start with manual for mysql client
    > man mysql

    You may also connect with PHP, Perl, etc...

    And more...

  3. #3
    Linux User ptkobe's Avatar
    Join Date
    Feb 2008
    Location
    Torres Vedras, PT
    Posts
    274
    > apt-cache search mysql
    ...
    mysql-admin - GUI tool for intuitive MySQL administration
    ...
    mysql-query-browser - Official GUI tool to query MySQL database
    ...

    Those are gui's for administration and data management, resp.

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    you can also use a program called squirrel-sql, it may or may not be in the repo, it is java app, so you have to download mysql-jdbc plugin jar to use with squirrel sql

Posting Permissions

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