Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

emma(1) [debian man page]

EMMA(1) 						      General Commands Manual							   EMMA(1)

NAME
emma - extendable MySQL managing assistant SYNOPSIS
emma [-h|--help] [-d|--debug] [-l output_log [-f|--flush]] DESCRIPTION
This manual page documents briefly the emma command ( Emma on Debian systems) emma is a graphical toolkit for MySQL database developers and administrators, it is the successor of yamysqlfront. Its main features are: * Dialogs to create/modify MySQL databases, tables and associated indexes * Result sets grouped in tabs * SQL editor: + Tabs + Built-in syntax highlighting + Table and field name tab-completion + Automatic SQL statement formatting * Export to CSV files * Multiple simultaneously opened MySQL connections OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help show help message -d, --debug output debug information on stdout -l, --log FILE append all output to a specified log file -f, --flush flush {stdout,log} after each write AUTHOR
emma was written by Florian Schmidt <flo@fastflo.de>. This manual page was written by Piotr Ozarowski <ozarow@gmail.com>, for the Debian project (but may be used by others). october 24, 2006 EMMA(1)

Check Out this Related Man Page

GLOGG(1)						      General Commands Manual							  GLOGG(1)

NAME
glogg -- interactively browses and searches through a file SYNOPSIS
glogg [QT options] [File] DESCRIPTION
This manual page documents briefly the glogg tool. This manual page was written for the Debian distribution because the original program does not have a manual page. For comprehensive docu- mentation, please see /usr/share/doc/glogg/documentation.html. glogg is a GUI application that helps browse and search through long and complex log files. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a full summary of options, run glogg --help. -h, --help Show summary of options. -v, --version Show version of program. -d, --debug Increase the amount of debug information output by the program. The option can be specified several times to increase the amount further. SEE ALSO
grep (1), less (1). AUTHOR
This manual page was written by Nicolas Bonnefon nicolas@bonnefon.org for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. GLOGG(1)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

Something wrong with while loop

Hi there, i've written a script to extract a portion of a MySQL database table and convert it to CSV and then to import it back as CSV to MySQL. Initially it worked without the while loop but after adding the while loop statement, i am getting the following error: ./export-csv-coordinates.sh:... (4 Replies)
Discussion started by: edge80
4 Replies