Search Results
https://dev.mysql.com/doc/refman/8.4/en/data-directory-initialization.html
After MySQL is installed, the data directory must be initialized, including the tables in the mysql system schema: For some MySQL installation methods, data directory initialization is automatic, as described in Section 2.9, “Postinstallation ...
https://dev.mysql.com/doc/refman/8.4/en/timestamp-initialization.html
TIMESTAMP and DATETIME columns can be automatically initialized and updated to the current date and time (that is, the current timestamp). For any TIMESTAMP or DATETIME column in a table, you can assign the current timestamp as the default value, ...An auto-updated column is automatically updated to the current timestamp when the value of any other column in the row is changed from its current ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-system-initialization-variables.html
System Initialization Variables 19.4 System Initialization Variables System initialization variables are global system variables that must be set during DB system initialization. Note:Any change to the configuration of a DB system cannot change the ...They apply for the life span of the DB system and, once applied, you cannot change ...
https://dev.mysql.com/doc/internals/en/initialization-callback.html
The initialization callback is registered together with the procedure name in the sql_procs array in procedure.cc.
https://dev.mysql.com/doc/internals/en/initial-handshake.html
Initial Handshake starts with server sending the Initial Handshake Packet. After this, optionally, client can request an SSL connection to be established with SSL Connection Request Packet, and then client sends the Handshake Response Packet.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-initial-start.html
Once the NDB Cluster executables and needed configuration files are in place, performing an initial start of the cluster is simply a matter of starting the NDB Cluster executables for all nodes in the cluster. You can do this by starting ...Each ...
https://dev.mysql.com/doc/refman/8.4/en/windows-initialize-data-directory.html
To initialize the data directory, use the instructions at Section 2.9.1, “Initializing the Data Directory”. If you installed MySQL using the noinstall package, no data directory is included.
https://dev.mysql.com/doc/ndbapi/en/ndb-start-initialization.html
Before using the NDB API, it must first be initialized by calling the ndb_init() function. Once an NDB API application is complete, you can call ndb_end(0) to perform any necessary cleanup. Keep in mind that, before you invoke this function, all ...
https://dev.mysql.com/doc/refman/8.4/en/cannot-initialize-character-set.html
You might see an error like this if you have character set problems: MySQL Connection Failed: Can't initialize character set charset_name This error can have any of the following causes: The character set is a multibyte character set and you have ...In this case, you need to recompile the client by running CMake with the -DDEFAULT_CHARSET=charset_name ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/server-error-reference.html
Error number: 1443; Symbol: ER_VIEW_PREVENT_UPDATE; SQLSTATE: HY000 Message: The definition of table '%s' prevents operation %s on table '%s'. Error number: 1793; Symbol: ER_TOO_LONG_TABLE_PARTITION_COMMENT; SQLSTATE: HY000 Message: Comment for ...