Search Results
https://dev.mysql.com/doc/refman/9.7/en/loadable-function-reference.html
The following table lists each function that is loadable at runtime and provides a short description of each one. For a table listing built-in functions and operators, see Section 14.1, “Built-In Function and Operator Reference” For general ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-setup-threads-table.html
row *************************** NAME: thread/sql/one_connection ENABLED: YES HISTORY: YES PROPERTIES: user VOLATILITY: 0 DOCUMENTATION: NULL ... For background threads, setting the ENABLED value controls whether INSTRUMENTED is set to YES or NO for ...It exposes thread class names and attributes: mysql> SELECT * FROM performance_schema.setup_threads\G *************************** ...
https://dev.mysql.com/doc/refman/9.7/en/windows-postinstallation.html
If you configured MySQL using MySQL Configurator, the root user is created automatically with the password you supplied. If necessary, initialize the data directory and create the MySQL grant tables. GUI tools exist that perform most of the tasks ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/mysqlbackup.html
In addition to creating backups, mysqlbackup can pack and unpack backup data, apply to the backup data any changes to InnoDB tables that occurred during the backup operation, and restore data, index, and log files back to their original locations, ... The mysqlbackup client is an easy-to-use tool for all backup and restore ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-data-drift-detection.html
Before You Begin Review how to Create a Machine Learning Model. @census_model is the name of the user-defined session variable that stores the model handle for the duration of the connection. mysql> SELECT JSON_PRETTY(model_metadata) FROM ... MySQL ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-model-handles.html
If you do not specify a model handle name, a model handle is automatically generated that is based on the database name, input table name, the user name training the table, and a unique numerical identifier. The model handle is stored temporarily in ... When ML_TRAIN trains a model, you have the option to specify a name for the model, which is the model ...
https://dev.mysql.com/doc/connectors/en/connector-j-logging-slf4j.html
Besides its default logger com.mysql.cj.log.StandardLogger, which logs to stderr, Connector/J supports the SLF4J logging facade, allowing end users of applications using Connector/J to plug in logging frameworks of their own choices at deployment ...Popular logging frameworks such as java.util.logging, logback, and log4j are supported by ...
https://dev.mysql.com/doc/mysqld-version-reference/en/options-variables.html
The following table shows all the options and variables available in MySQL Server. Intr: The version or versions in which the item was introduced. Depr: The version or versions in which the item was deprecated. Removed: The version or versions in ...
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-clusterj-object-models.html
The Session interface represents a user's or application's individual connection to an NDB Cluster. It contains methods for the following operations: Finding persistent instances by primary key Creating, updating, and deleting persistent instances ... This section discusses the ClusterJ API and the object model used to represent the data handled by the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
The socket file can be given in a connection string or in the session creation options. (WL #10981) Bugs Fixed Creating a TLS session with only the ssl-ca option specified could succeed, although it should fail if ssl-mode is not also specified.