SadGamerGeek wrote:
I'm using MySQL as installed as part of 6.5b on Fedora FC5, but I can't
work out how to get a command line SQL client session. Does the 6.5
MySQL include a client, or just Perl modules? Can I use a Perl module
to get a client session?

Of course, there are tons of clients.
The standard mysql client is called 'mysql'
and you start it up from any shell.

In general, if you have a database called 'foo'
you use a command such as
  mysql foo
or if you have protections turned on
  mysql foo -u me -p
which will use user 'me' and ask for a password.

Mysql command center is another, and on Windows, Sqlyog
has fans.

Look arround the mysql.com site.
or google for mysql client


--
Pat
http://www.pfarrell.com/music/slimserver/slimsoftware.html

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to