Search



Search Results
Displaying 431 to 440 of 2652 total results
https://dev.mysql.com/doc/refman/8.4/en/binary-varbinary.html
The BINARY and VARBINARY types are similar to CHAR and VARCHAR, except that they store binary strings rather than nonbinary strings. For the latter types, the BINARY attribute does not cause the column to be treated as a binary string column. This ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-top.html
--defaults-extra-file Command-Line Format --defaults-extra-file=path Type String Default Value [none] Read given file after global files are read. --defaults-file Command-Line Format --defaults-file=path Type String Default Value [none] Read default ... ndb_top displays running information in the terminal about CPU usage by NDB threads on an NDB Cluster data ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-type-conversions.html
If you fetch a numeric column with a value of 255 into a char[4] character array and specify a buffer_type value of MYSQL_TYPE_STRING, the resulting value in the array is a 4-byte string '255\0'. MySQL returns DECIMAL values as the string ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-info.html
const char * mysql_info(MYSQL *mysql) Description Retrieves a string providing information about the most recently executed statement, but only for the statements listed here. The format of the string varies depending on the type of statement, as ...VALUES only for the multiple-row form of the statement (that is, only if multiple value lists are ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/myai-installation-clean-cmdline.html
However, the path can also point to either a certificate file or a bundle file that does not contain the private key, in which case use the *-private-key to provide the file path for the private key or, for the PEM format only, the actual key string. Provide with this option the file path for the private key or, for PEM format only, the actual key ...
https://dev.mysql.com/doc/refman/8.4/en/extensions-to-ansi.html
For example, all string functions support both standard SQL syntax and ODBC syntax. General language syntax By default, strings can be enclosed by " as well as '. If the ANSI_QUOTES SQL mode is enabled, strings can be enclosed only by ' and the ...
https://dev.mysql.com/doc/refman/8.4/en/audit-api-message-emit.html
The audit_api_message_emit component enables applications to add their own message events to the audit log, using the audit_api_message_emit_udf() function. Installing or Uninstalling the Audit Message Component Audit Message Function Installing or ...For concreteness, examples use the audit_log plugin described in Section 8.4.5, “MySQL Enterprise ...
https://dev.mysql.com/doc/refman/8.4/en/source-configuration-options.html
-DWITH_WIN_JEMALLOC=string On Windows, pass in a path to a directory containing jemalloc.dll to enable jemalloc functionality. -DCOMPILATION_COMMENT_SERVER=string A descriptive comment about the compilation environment for use by mysqld (for ... The ...
https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
A connection with the MySQL server can be established using either the mysql.connector.connect() function or the mysql.connector.MySQLConnection() class: cnx = mysql.connector.connect(user='joe', database='test') cnx = MySQLConnection(user='joe', ...An asterisk (*) following an argument indicates a synonymous argument name, available only for compatibility with other Python MySQL ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connectargs.html
A connection with the MySQL server can be established using either the mysql.connector.connect() function or the mysql.connector.MySQLConnection() class: cnx = mysql.connector.connect(user='joe', database='test') cnx = MySQLConnection(user='joe', ...An asterisk (*) following an argument indicates a synonymous argument name, available only for compatibility with other Python MySQL ...
Displaying 431 to 440 of 2652 total results