Search



Search Results
Displaying 1571 to 1580 of 3829 total results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-backup-details.html
DB System snapshot Resource ID: The unique resource identifier of the DB System used to create the backup. Description: The user-specified description of the DB System used to create the backup. Shape: The resource template applied to the DB System ... Backup Details 18.3.1 Backup Details Use the Console to view the Backup Details page, which contains the following ...
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
Important Columns created using this class cannot be seen by the MySQL Server. Description The attribute storage format can be either fixed or variable. A Column created using the NDB API is not visible to a MySQL server. This is either the array ...
https://dev.mysql.com/doc/refman/8.4/en/program-options.html
It describes a handy technique that uses such variables to specify the TCP/IP port number and Unix socket file for the server and for client programs. List the options in environment variables (see Section 6.2.9, “Setting Environment Variables”). In practice, option files are used more commonly for this purpose, but Section 7.8.3, “Running Multiple MySQL Instances on Unix”, discusses one situation in which environment variables can be very ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-general-editors.html
If the value of SqlMode is not set, the default value of the SQL_MODE session variable defined by the server stays unchanged during operations with the server. If you choose to not set the SqlMode property, ensure that the default SQL_MODE variable ...The property has the following functions: Sets the SQL_MODE DBMS session variable to the value stored in the SqlMode property of the document when performing reverse engineering, forward engineering, or synchronization ...
https://dev.mysql.com/doc/refman/8.4/en/declare-handler.html
For a list of MySQL error codes, see Server Error Message Reference. For a list of SQLSTATE values, see Server Error Message Reference. DECLARE CONTINUE HANDLER FOR SQLEXCEPTION BEGIN -- body of handler END; For information about how the server ...
https://dev.mysql.com/doc/refman/8.4/en/set-statement.html
Descriptions for those forms that are not associated with a specific server capability appear in subsections of this section: SET var_name = value enables you to assign values to variables that affect the operation of the server or clients. SET ...
https://dev.mysql.com/doc/internals/en/x-protocol-expect-expectations.html
Adding another expect-block handles it: Mysqlx.Expect::Open([+no_error]) Mysqlx.Crud::PrepareFind(stmt_id=1, ...) // may fail Mysqlx.Expect::Open([+no_error]) Mysqlx.PreparedStmt::Execute(stmt_id=1, ...) // expectation(no_error) failed ...Assume the ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/global-error-reference.html
This document lists “global” error messages that are shared in the sense that they can be produced by the MySQL server or by MySQL client programs. If the server writes a message to the error log that has a global error code, it pads the error ...These errors have error codes in the range from 1 to ...
https://dev.mysql.com/doc/connectors/en/connector-python-example-ddl.html
In a MySQL server, tables are very long-lived objects, and are often accessed by multiple applications written in different languages. We also define the database in a global variable called DB_NAME, which enables you to easily use a different ...
https://dev.mysql.com/doc/connector-python/en/connector-python-example-ddl.html
In a MySQL server, tables are very long-lived objects, and are often accessed by multiple applications written in different languages. We also define the database in a global variable called DB_NAME, which enables you to easily use a different ...
Displaying 1571 to 1580 of 3829 total results