.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH MYSQL-NAVIGATOR 1 "October 11, 2002" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME mysql-navigator \- GUI client program for MySQL database server .SH SYNOPSIS .B mysql-navigator .RI [ options ] .br .SH DESCRIPTION This manual page documents briefly the .B mysql-navigator command. This manual page was written for the Debian distribution because the original program does not have a manual page. .PP .B mysql-navigator is a MySQL database server GUI client program. The purpose of .B mysql-navigator is to provide a useful client interface to MySQL database servers, whilst supporting multiple operating systems and languages. You can currently import/export database, enter queries, get result sets, edit scripts, run scripts, add, alter, and delete users, and retrieve client and server information. .SH OPTIONS A summary of options is included below. These command-line options do not appear to be documented elsewhere, so the only authoritive source is the source code itself. .TP .B \-h \fP\fIhostname\fP Connect to the specified host .TP .B \-u \fP\fIusername\fP Employ the specified user name for logging in to the server. .TP .B \-p \fP\fIpassword\fP Employ the specified password when connecting to the database server. .TP .B \-d \fP\fIdatabase\fP Connect to the specified database. .TP .B \-P \fP\fIport\fP Employ the specified port when connecting to the database server. .TP .B \-s \fP\fIsocket\fP Employ the specified socket file when connecting to the database server. .TP .B \-t \fP\fItimeout\fP Employ the specified connection timeout period. .SH AUTHOR This manual page was written by Brian Nelson , for the Debian GNU/Linux system (but may be used by others).