Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-quality.html
@score is the user-defined session variable that stores the computed score. Any valid name for a user-defined variable is permitted, for example @my_score. Review Machine Learning Use Cases to create machine learning models with sample datasets.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mysql-ai-platforms.html
See Creating SSL and RSA Certificates and Keys if you want to configure encrypted communication with the MySQL AI components using your own certificates and keys. Possible measures that can be taken include: Disallow certain users (for example, the ...You have TLS certificates and keys that satisfy the MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-cpp.html
Only out-of-source-builds are supported, so create a directory to use for the build and change location into it. (However, it may be that your version of CMake supports more generators than can actually be used to build Connector/C++.) If the Boost ... To install Connector/C++ from source, verify that your system satisfies the requirements outlined in Section 2.4.1, “Source Installation System ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-bootstrap.html
For the purpose of demonstrating that the server is indeed in a group and that it is able to handle load, create a table and add some content to it. mysql> CREATE DATABASE test; mysql> USE test; mysql> CREATE TABLE t1 (c1 INT PRIMARY KEY, c2 TEXT ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-import.html
--connections=# Command-Line Format --connections=# Type Integer Default Value 1 Minimum Value 1 Maximum Value 4294967295 Number of cluster connections to create. --resume Command-Line Format --resume If a job is aborted (due to a temporary db error ... ndb_import imports CSV-formatted data, such as that produced by mysqldump --tab, directly into NDB using the NDB ...
https://dev.mysql.com/doc/refman/8.4/en/show.html
In SHOW statement results, user names and host names are quoted using backticks (`). SHOW has many forms that provide information about databases, tables, columns, or status information about the server. The pattern is useful for restricting ...
https://dev.mysql.com/doc/refman/8.4/en/source-configuration-options.html
-DSYSTEMD_PID_DIR=dir_name The name of the directory in which to create the PID file when MySQL is managed by systemd. -DREPRODUCIBLE_BUILD=bool For builds on Linux systems, this option controls whether to take extra care to create a build result ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-stored-procs.html
If replication or binary logging in general (for the purpose of point-in-time recovery) is active, then MySQL DBAs have two security options open to them: Any user wishing to create stored functions must be granted the SUPER privilege. Are stored ...
https://dev.mysql.com/doc/workbench/en/wb-installing-linux.html
There are binary distributions of MySQL Workbench available for several variants of Linux, including Fedora, Oracle Linux, and Ubuntu. For general requirements and specific installation instructions, see the sections that follow. Requirements for ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-methods-standard.html
For example, if a web application's user only has access to "127.0.0.1" on a host, and a defined connection uses "localhost" that resolves to "::1", this connection may lack the proper permissions to the aforementioned web application. Enable ...