Results 1 to 4 of 4
hi,
how to connect mysql server from ubuntu,.... pls provide me the steps.....
thanks
vasanth....
- 04-03-2010 #1Just 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.
- 04-03-2010 #2
to connect from the command line, start with manual for mysql client
> man mysql
You may also connect with PHP, Perl, etc...
And more...
- 04-03-2010 #3
> 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.
- 04-03-2010 #4
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


Reply With Quote