Search



Search Results
Displaying 411 to 420 of 2652 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-options-variables.html
Important Because each SQL node using connection pooling occupies multiple API node slots—each slot having its own node ID in the cluster—you must not use a node ID as part of the cluster connection string when starting any mysqld process that ... This section provides information about MySQL server options, server and status variables that are specific to NDB ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html
A file name can be specified at runtime, using a SET statement: SET GLOBAL innodb_buffer_pool_filename='file_name'; You can also specify a file name at startup, in a startup string or MySQL configuration file. Each page that is stored in or read ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/parameter-binding.html
This is done using parameters in the expression string and the bind() function to bind values to the parameters. Parameter Type Syntax Example Allowed in CRUD operations Allowed in SQL strings Anonymous ? 'age > ?' no yes Named :<name> 'age > :age' ... Instead of using values directly in an expression string it is good practice to separate values from the expression ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/parameter-binding.html
This is done using parameters in the expression string and the bind() function to bind values to the parameters. Parameter Type Syntax Example Allowed in CRUD operations Allowed in SQL strings Anonymous ? 'age > ?' no yes Named :<name> 'age > :age' ... Instead of using values directly in an expression string it is good practice to separate values from the expression ...
https://dev.mysql.com/doc/refman/8.4/en/grant-tables.html
The procs_priv table applies to stored routines (stored procedures and functions). A privilege granted at the routine level applies only to a single procedure or function. Table 8.7 procs_priv Table Columns Table Name procs_priv Scope columns Host ... The mysql system database includes several grant tables that contain information about user accounts and the privileges held by ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-binary-log-data-structures.html
gtid_set_arg is a generic pointer, so it can point to any kind of value (for example, a string, a structure, or a function). C API functions for processing a replication event stream from a server require a connection handler (a MYSQL * pointer) ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
Character string is invalid for given character set 745 MySQL error. Out of string memory, please modify StringMemory config parameter 774 MySQL error. This section lists all NDB errors, ordered by NDB error code. Each listing also includes the ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-2-0.html
(WL #15811) MySQL HeatWave now supports the following string functions: BIN() BIT_LENGTH() ELT() EXPORT_SET() FIELD() MAKE_SET() These functions do not support ENUM type columns, see Data Type Limitations. Functionality Added or Changed MySQL ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-interface-usage.html
Initialize a connection handler by calling mysql_init() and connect to the server by calling a connection-establishment function such as mysql_real_connect(). To connect to the server, call mysql_init() to initialize a connection handler, then call ... Application programs should use this general outline for interacting with MySQL by means of the client library: Initialize the MySQL client library by calling ...
https://dev.mysql.com/doc/refman/8.4/en/sql-prepared-statements.html
For example, the C API provides a set of function calls that make up its prepared statement API. For example, you cannot use the mysql_stmt_prepare() C API function to prepare a PREPARE, EXECUTE, or DEALLOCATE PREPARE statement. SQL syntax for ...
Displaying 411 to 420 of 2652 total results