Search



Search Results
Displaying 61 to 70 of 2117 total results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-sharing.html
This topic describes how to grant other users access to a model you create. Run these commmands to grant the required privileges to the other user, so they can access the following: MySQL HeatWave AutoML routines on the MySQL sys schema. Before You ...To follow along with the file used in the tasks, see Use MySQL HeatWave AutoML with ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-sharing.html
This topic describes how to grant other users access to a model you create. Run these commands to grant the required privileges to the other user, so they can access the following: AutoML routines on the MySQL sys schema. Before You Begin Share ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configure-authentication.html
When a client connects to the MySQL server, the server uses the user name provided by the client and the client host to select the account row from the mysql.user table. The server invokes that plugin to authenticate the user, and the plugin ...The ...
https://dev.mysql.com/doc/refman/8.4/en/account-activity-auditing.html
The User and Host column values in this row uniquely identify the account and correspond to the 'user_name'@'host_name' format in which account names are written in SQL statements. Normally, the CURRENT_USER() function can be invoked to determine ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-workflow-server.html
Note Full permissions are granted to the user executing MySQL Configurator to all generated files, such as my.ini. You have the following options: MySQL Configurator can configure the folders and files with full control granted exclusively to the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-cli.html
The default value is an empty string, which means that no Windows users are granted full access to the named pipe. Executing MySQL Configurator requires a Windows user with administrative privileges, as otherwise the system prompts for the ... MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
// Connection string example var conn = new MySqlConnection("server=_mysql._tcp.example.abc.com.; dns-srv=true; user id=user; password=****; database=test"); // MySqlConnectionStringBuilder class example var sb = new MySqlConnectionStringBuilder(); ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
// Connection string example var conn = new MySqlConnection("server=_mysql._tcp.example.abc.com.; dns-srv=true; user id=user; password=****; database=test"); // MySqlConnectionStringBuilder class example var sb = new MySqlConnectionStringBuilder(); ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. You are prompted to enter the user name and password in this case.
https://dev.mysql.com/doc/refman/8.4/en/audit-log-filtering.html
To grant one of these privileges to a user account, use this statement: GRANT privilege ON *.* TO user; Alternatively, should you prefer to avoid granting the AUDIT_ADMIN or SUPER privilege while still permitting users to access specific filtering ...Multiple filters can be defined, and any given filter can be assigned to any number of user ... Note For audit log filtering to work as ...
Displaying 61 to 70 of 2117 total results