Search



Search Results
Displaying 441 to 450 of 2652 total results
https://dev.mysql.com/doc/refman/8.4/en/show-procedure-status.html
A similar statement, SHOW FUNCTION STATUS, displays information about stored functions (see Section 15.7.7.21, “SHOW FUNCTION STATUS Statement”). The LIKE clause, if present, indicates which procedure or function names to match. row ... SHOW ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-global-variables.html
dba provides access to InnoDB Cluster, InnoDB ClusterSet, and InnoDB ReplicaSet administration functions using the AdminAPI. shell provides access to various MySQL Shell functions, for example: shell.options provides functions to set and unset MySQL ... MySQL Shell includes a number of built-in global objects that exist in both JavaScript and Python ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/setting-up-innodb-cluster-and-mysql-router.html
Deploying and using local sandbox instances of MySQL allows you to test out the functionality locally, before deployment on your production servers. AdminAPI has built-in functionality for creating sandbox instances that are pre-configured to work ... In the following example, we complete the following tasks using a sandbox deployment with AdminAPI to deploy an InnoDB Cluster with MySQL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
--bootstrap URI, -B URI Command-Line Format --bootstrap URI, -B URI Type String The main option to perform a bootstrap of MySQL Router by connecting to the InnoDB Cluster metadata server at the URI provided. See Connecting Using URI-Like Connection ... mysqlrouter Option Summaries mysqlrouter Option Descriptions MySQL Router accepts command line options that are passed into mysqlrouter to affect its behavior, or to bootstrap router based on an InnoDB ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-parallel-table.html
A number of functions have been added to the parallel table import utility since it was introduced, so use the most recent version of MySQL Shell to get the utility's full functionality. In the MySQL Shell API, the parallel table import utility is a ... MySQL Shell's parallel table import utility util.importTable() provides rapid data import to a MySQL relational table for large data ...
https://dev.mysql.com/doc/refman/8.4/en/charset-unicode-sets.html
A combined character is considered different from the same character written with a single unicode character in string comparisons, and the two characters are considered to have a different length (for example, as returned by the CHAR_LENGTH() ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-commands.html
query_attributes Sets string parameters (name1 value1 name2 value2 ...) for the next query to pick up. If you provide an argument to the help command, mysql uses it as a search string to access server-side help from the contents of the MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-modules.html
The following code snippet illustrates declaring a module that exports a single function: from wb import * import grt ModuleInfo = DefineModule(name='MyModule', author="your name", version='1.0') @ModuleInfo.export(grt.DOUBLE, grt.STRING, (grt.LIST, ... In the GRT Modules are libraries containing a list of functions that are exported for use by code in other modules, scripts, or Workbench ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-limitations-data-types.html
ENUM type support is limited to: Comparison with string or numeric constants, and other numeric, non-temporal expressions (numeric columns, constants, and functions with a numeric result). enum_col IS [NOT] {NULL|TRUE|FALSE} The IN() function in ...
https://dev.mysql.com/doc/refman/8.4/en/grant.html
However, quotation marks are necessary to specify a user_name string containing special characters (such as -), or a host_name string containing special characters or wildcard characters such as % (for example, 'test-user'@'%.com'). Quote user names ...[WITH GRANT OPTION] [AS user [WITH ROLE DEFAULT | NONE | ALL | ALL EXCEPT role [, role ] ...
Displaying 441 to 450 of 2652 total results