Search



Search Results
Displaying 2241 to 2250 of 5414 total results
https://dev.mysql.com/doc/refman/8.4/en/innodb-introduction.html
InnoDB Enhancements and New Features For information about InnoDB enhancements and new features, refer to: The InnoDB enhancements list in Section 1.4, “What Is New in MySQL 8.4 since MySQL 8.0”. Additional InnoDB Information and Resources For ... InnoDB is a general-purpose storage engine that balances high reliability and high ...
https://dev.mysql.com/doc/refman/8.4/en/starting-server.html
(For Windows, see Section 2.3.3.5, “Starting the Server for the First Time”.) For some suggested commands that you can use to test whether the server is accessible and working properly, see Section 2.9.3, “Testing the Server”. Start the ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-threaded-clients.html
Two threads can share the same connection with the following caveats: Unless you are using the asynchronous C API functions mentioned previously, multiple threads cannot send a query to the MySQL server at the same time on the same connection. This ...For further information about these functions, see Section 8.2, “C API Threaded Function ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-data-drift-detection.html
MySQL AI includes data drift detection for classification and regression models. Over time, the similarity between the training data and the test data can decrease. mysql> CALL sys.ML_TRAIN('table_name', 'target_column_name', JSON_OBJECT('task', ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-logging-configuration.html
Adding Query Statistics for Outlier Detection In MySQL 8.4, you can extend log files in JSON format with optional data fields to show the query time, the number of bytes sent and received, the number of rows returned to the client, and the number of ...For best security, write the audit log to a directory accessible only to the MySQL server and to users with a legitimate reason to view the ... This section describes how to configure audit logging characteristics, such as the file to ...
https://dev.mysql.com/doc/workbench/en/wb-tutorial-plugins-php-pdo.html
MySQL Workbench includes a plugin that generates PHP code with the mysqli extension. This tutorial shows how to generate code with the PDO_MySQL extension for PHP. $e->getMessage(); } """ % params mforms.Utilities.set_clipboard_text(text) ...You ...
https://dev.mysql.com/doc/connectors/en/connecting-using-kerberos.html
Kerberos is a ticket-based server-client mutual authentication protocol that is supported by the MySQL Server (commercial versions only) . Kerberos Authentication Workflow The main usage of Kerberos authentication in MySQL is to allow users to ...
https://dev.mysql.com/doc/connectors/en/connector-j-named-pipe.html
As a workaround, the MySQL Server that Connector/J wants to connect to must be started with the system variable named_pipe_full_access_group, which specifies a Windows local group containing the user by which the client application JVM (and thus ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-source.html
Building MySQL Connector/NET from the source code enables you to customize build parameters and target platforms such as Linux and macOS. Source code is packaged as a ZIP archive file with a name similar to mysql-connector-net-version-src.zip. The ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl.html
In this tutorial you will learn how you can use MySQL Connector/NET to connect to a MySQL server configured to use SSL. MySQL Server uses the PEM format for certificates and private keys. Connector/NET enables the use of either PEM or PFX ...
Displaying 2241 to 2250 of 5414 total results