Search

Download this Manual
PDF (US Ltr) - 35.1Mb
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.2Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb


Displaying 801 to 810 of 847 total results
https://dev.mysql.com/doc/refman/5.7/en/show-databases.html
The WHERE clause can be given to select rows using more general conditions, as discussed in Section 24.8, “Extensions to SHOW Statements”. SHOW {DATABASES | SCHEMAS} [LIKE 'pattern' | WHERE expr] SHOW DATABASES lists the databases on the MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/show-index.html
These two statements are equivalent: SHOW INDEX FROM mytable FROM mydb; SHOW INDEX FROM mydb.mytable; The WHERE clause can be given to select rows using more general conditions, as discussed in Section 24.8, “Extensions to SHOW Statements”.
https://dev.mysql.com/doc/refman/5.7/en/show-open-tables.html
The WHERE clause can be given to select rows using more general conditions, as discussed in Section 24.8, “Extensions to SHOW Statements”. SHOW OPEN TABLES [{FROM | IN} db_name] [LIKE 'pattern' | WHERE expr] SHOW OPEN TABLES lists the ...
https://dev.mysql.com/doc/refman/5.7/en/show-procedure-code.html
To use either statement, you must be the owner of the routine or have SELECT access to the mysql.proc table. SHOW PROCEDURE CODE proc_name This statement is a MySQL extension that is available only for servers that have been built with debugging ...
https://dev.mysql.com/doc/refman/5.7/en/show-status.html
A WHERE clause can be given to select rows using more general conditions, as discussed in Section 24.8, “Extensions to SHOW Statements”. SHOW [GLOBAL | SESSION] STATUS [LIKE 'pattern' | WHERE expr] Note The value of the show_compatibility_56 ...
https://dev.mysql.com/doc/refman/5.7/en/show-tables.html
The WHERE clause can be given to select rows using more general conditions, as discussed in Section 24.8, “Extensions to SHOW Statements”. SHOW [FULL] TABLES [{FROM | IN} db_name] [LIKE 'pattern' | WHERE expr] SHOW TABLES lists the ...
https://dev.mysql.com/doc/refman/5.7/en/show-triggers.html
The WHERE clause can be given to select rows using more general conditions, as discussed in Section 24.8, “Extensions to SHOW Statements”. SHOW TRIGGERS [{FROM | IN} db_name] [LIKE 'pattern' | WHERE expr] SHOW TRIGGERS lists the triggers ...
https://dev.mysql.com/doc/refman/5.7/en/show.html
Many MySQL APIs (such as PHP) enable you to treat the result returned from a SHOW statement as you would a result set from a SELECT; see Chapter 27, Connectors and APIs, or your API documentation for more information. SHOW has many forms that ...
https://dev.mysql.com/doc/refman/5.7/en/socket-pluggable-authentication.html
For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE '%socket%'; +-------------+---------------+ | PLUGIN_NAME | PLUGIN_STATUS | +-------------+---------------+ | auth_socket | ACTIVE | ... The ...
https://dev.mysql.com/doc/refman/5.7/en/solaris-installation-pkg.html
You must have root privileges to perform this operation: $> pkgadd -d mysql-5.7.44-solaris11-x86_64.pkg The following packages are available: 1 mysql MySQL Community Server (GPL) (i86pc) 5.7.44 Select package(s) you wish to process (or 'all' to ...
Displaying 801 to 810 of 847 total results