[Novalug] command line mysql clients?

Angelo Bertolli angelo at freeshell.org
Wed May 9 18:08:13 EDT 2007


Brandon Saxe wrote:
> Hi all,
>
> Does anybody know if there are any good command-line
> clients for mysql? I'm thinking of an ncurses based
> tool that would let me issue queries and then browse
> them in the console window.
>   
There is the default console client.  You mean more user friendly than 
the standard console client?

At the default client you can do things like:

show databases;

use <database_name>;

show tables;

describe <table_name>;

select * from <table_name>;




More information about the Novalug mailing list