Content-type: text/html Man page of DRIZZLE

DRIZZLE

Section: Drizzle Database System (1)
Updated: 2009-11-23
Index Return to Main Contents
 

NAME

drizzle - the Drizzle command-line tool  

SYNOPSIS

drizzle [OPTION] [DBNAME]  

DESCRIPTION

Drizzle is an SQL shell which provides a command line interface to relational database servers. When used interactively it presents query results in an ASCII-table format. When used non-interactively it presents results in a tab-separated format.

Invoke drizzle from your command interpreter prompt as follows:

shell> drizzle db_name

Then type an SQL statement, end it with ``;'', \g, or \G and press Enter.  

OPTIONS

--help, -?
Display drizzle client help information and exit.
--host=host_name, -h host_name
Connect to the Drizzle server on the given host.
--port=port_num, -p port_num
The TCP/IP to use to connect to the drizzled server.
 

EXAMPLES

 

Connecting to a Drizzle Server

To connect to the database ``test'' in a Drizzle server running on localhost and listening on port 9306:
 drizzle --host=localhost --port=9306 test  

Executing SQL commands in a File

 

EXIT STATUS

When exited normally Drizzle will exit with a return code of 0.  

DIAGNOSTICS

 

ENVIRONMENT

 

FILES

~/.drizzlrc  

CAVEATS

The Drizzle client hasn't even been written yet. It is pre-alpha so don't trust it with your data and don't use it with production databases.  

KNOWN BUGS

Bugs? How can we have bugs when we have no code base?  

REPORTING BUGS

Bugs should be reported at https://bugs.launchpad.net/libdrizzle/+filebug, libdrizzle's launchpad site.  

RESTRICTIONS

 

NOTES

 

HISTORY

We are creating our own history. This is a reimplementation, from scratch, of the drizzle client program. This was not a rewrite.  

COPYRIGHT

Copyright 2009 by Clark Boylan, Ken Brotherton, Max Goodman, Victoria Lewis, David Rosenbaum, and Andreas Turriff.

Insert MPL details.  

SEE ALSO

drizzledump(1), drizzleimport(1), drizzleslap(1), drizzled(8)

You can sign up to the project mailing list at https://launchpad.net/~drizzle-discuss

For more information please see https://launchpad.net/libdrizzle/  

AUTHORS

Clark Boylan (cboylan@cs.pdx.edu), Ken Brotherton (broken@cs.pdx.edu), Max Goodman (mgood@cs.pdx.edu), Victoria Lewis (victor@cs.pdx.edu), David Rosenbaum (drosenba@cs.pdx.edu), and Andreas Turriff (aturriff@cs.pdx.edu).

Much of the content in this manpage has been adopted from the original drizzle manpage written by Sun Microsystems, Inc.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
Connecting to a Drizzle Server
Executing SQL commands in a File
EXIT STATUS
DIAGNOSTICS
ENVIRONMENT
FILES
CAVEATS
KNOWN BUGS
REPORTING BUGS
RESTRICTIONS
NOTES
HISTORY
COPYRIGHT
SEE ALSO
AUTHORS

This document was created by man2html, using the manual pages.
Time: 00:46:40 GMT, November 24, 2009