Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/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/refman/8.4/en/windows-installation.html
MySQL Configurator automatically configures MySQL Server, creates an options file, starts the server, enables you to create default user accounts, and more. Users should make sure the package has been installed on the system before installing the ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl.html
Create a test user account to use in this tutorial and set the account to require SSL. Using the MySQL Command-Line Client, connect as root and create the user sslclient (with test as the account password). Then, grant all privileges to the new user ... In this tutorial you will learn how you can use MySQL Connector/NET to connect to a MySQL server configured to use ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl.html
Create a test user account to use in this tutorial and set the account to require SSL. Using the MySQL Command-Line Client, connect as root and create the user sslclient (with test as the account password). Then, grant all privileges to the new user ... In this tutorial you will learn how you can use MySQL Connector/NET to connect to a MySQL server configured to use ...
https://dev.mysql.com/doc/refman/8.4/en/flush.html
Reloading the grant tables is necessary to enable updates to MySQL privileges and users only if you make such changes directly to the grant tables; it is not needed for account management statements such as GRANT or REVOKE, which take effect ...| ...
https://dev.mysql.com/doc/refman/8.4/en/general-thread-states.html
After create This occurs when the thread creates a table (including internal temporary tables), at the end of the function that creates the table. This state is used even if the table could not be created due to some error. This state occurs after ... The following list describes thread State values that are associated with general query processing and not more specialized activities such as ...
https://dev.mysql.com/doc/workbench/en/wb-model-reporting.html
Use the DBDoc- Model Reporting dialog to set the options for creating documentation of your database models. The following variables may be used to configure the output path: ~: The home directory of the user. Platform Typical Default Documents ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-access.html
In the User DSN tab, click Add to create a DSN for your database file. That table is protected against read access even to the Admin user, so if you try to migrate without opening up access to it, then you will get an error like this: [42000] ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-functions-for-new-primary.html
The following function enables you to set a member of a single-primary replication group to take over as the primary. The current primary becomes a read-only secondary, and the specified group member becomes the read-write primary. The function can ...
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 ...