Search



Search Results
Displaying 2131 to 2140 of 4072 total results
https://dev.mysql.com/doc/heatwave/en/mys-hw-temporal-functions.html
Table 5.11 Temporal Functions Name Description ADDDATE() Add time values (intervals) to a date value ADDTIME() Add time CONVERT_TZ() Convert from one time zone to another. As of MySQL 8.4.0, MySQL HeatWave supports named time zones such as MET or ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-load-model.html
A model can only be loaded by the MySQL user that created the model unless you grant access to other users. Query the model handle, model owner, and the trained table name from the model catalog table. For example: mysql> CALL ... You must load a ...
https://dev.mysql.com/doc/refman/8.4/en/date-and-time-literals.html
This section describes the acceptable formats for date and time literals. You can specify a time zone offset when inserting TIMESTAMP and DATETIME values into a table. Standard SQL and ODBC Date and Time Literals String and Numeric Literals in Date ...
https://dev.mysql.com/doc/refman/8.4/en/default-privileges.html
The MySQL installation process involves initializing the data directory, including the grant tables in the mysql system schema that define MySQL accounts. This section describes how to assign a password to the initial root account created during ...
https://dev.mysql.com/doc/refman/8.4/en/document-store-concepts.html
The most important differences between a document and the tables known from traditional relational databases are that the structure of a document does not have to be defined in advance, and a collection can contain multiple documents with different ... This section explains the concepts introduced as part of using MySQL as a document ...
https://dev.mysql.com/doc/refman/8.4/en/drop-server.html
Dropping a server for a table does not affect any FEDERATED tables that used this connection information when they were created. DROP SERVER [ IF EXISTS ] server_name Drops the server definition for the server named server_name. DROP SERVER is not ...
https://dev.mysql.com/doc/refman/8.4/en/mysqld-safe.html
mysqld_safe accepts options on the command line and in option files, as described in the following table. --core-file-size=size Command-Line Format --core-file-size=size Type String The size of the core file that mysqld should be able to create.
https://dev.mysql.com/doc/refman/8.4/en/postinstallation.html
This section discusses tasks that you should perform after installing MySQL: If necessary, initialize the data directory and create the MySQL grant tables. Assign passwords to the initial root account in the grant tables, if that was not already ...
https://dev.mysql.com/doc/refman/8.4/en/replication-rules-db-options.html
Proceed to checking the table-level replication options, if there are any. For a description of how these options are checked, see Section 19.2.5.2, “Evaluation of Table-Level Replication Options”. The statement is not executed until all ...
https://dev.mysql.com/doc/refman/8.4/en/reusing-ssl-sessions.html
To suppress the error message, and to establish the connection by silently creating a new session instead, specify --ssl-session-data-continue-on-failed-reuse on the command line, along with --ssl-session-data . By extracting a session ticket from ... MySQL client programs may elect to resume a prior SSL session, provided that the server has the session in its runtime ...
Displaying 2131 to 2140 of 4072 total results