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

GST-QA-SYSTEM(1)					     gst-qa-system User Manual						  GST-QA-SYSTEM(1)

NAME
insanity-dumpresults - program to dump the results from database SYNOPSIS
insanity-dumpresults {testrundbfile} [option] DESCRIPTION
This manual page documents briefly the insanity-dumpresults command. This manual page was written for the Debian distribution because the original program does not have a manual page. insanity-dumpresults is a program that can dump the results stored in database. OPTIONS
The 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 summary of options. -l, --list List the available test runs with summary. -t TESTRUN, --testrun=TESTRUN Specify a testrun id. -f, --failed Only show failed tests. -x, --hidescenarios Do not show scenarios. -m, --mysql Connect to a MySQL database for storage. SEE ALSO
insanity-compare(1), insanity-run(1) AUTHOR
Ying-Chun Liu <paul.liu@linaro.org> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2011 Ying-Chun Liu (PaulLiu) This manual page was written 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 Lesser General Public License, Version 2.1 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-2.1. insanity-dumpresults 12/26/2011 GST-QA-SYSTEM(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