mysqlmetagrep(1) - Linux man page

Name

MySQL - manual page for MySQL Utilities mysqlmetagrep version 1.2.1 - MySQL Workbench Distribution 5.2.47

Synopsis

mysqlmetagrep --server=user:pass@host:port:socket [options] pattern

Description

mysqlmetagrep - search metadata

Options

--version
show program's version number and exit
--help
display a help message and exit
--server=SERVER
connection information for the server in the form: <user>[:<password>]@<host>[:<port>][:<socket>] or <login-path>[:<port>][:<socket>].
-b, --body
search the body of routines, triggers, and events as well
--search-objects=OBJECT_TYPES, --object-types=OBJECT_TYPES
the object type to search in: a comma-separated list of one or more of: 'database', 'trigger', 'user', 'routine', 'column', 'table', 'partition', 'event', 'view'
-G, --basic-regexp, --regexp
use 'REGEXP' operator to match pattern. Default is to use 'LIKE'.
-p, --print-sql, --sql
print the statement instead of sending it to the server
-e PATTERN, --pattern=PATTERN
pattern to use when matching. Required if the pattern looks like a connection specification.
--database=DATABASE_PATTERN
only look at objects in databases matching this pattern
-f FORMAT, --format=FORMAT
display the output in either grid (default), tab, csv, or vertical format

Copyright

Copyright © 2010, 2013 Oracle and/or its affiliates. All rights reserved. This is a release of dual licensed MySQL Utilities. For the avoidance of doubt, this particular copy of the software is released under the version 2 of the GNU General Public License. MySQL Utilities is brought to you by Oracle.