Search



Search Results
Displaying 741 to 750 of 4991 total results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-load-model.html
For more information, see Grant Other Users Access to a Model. A model can only be loaded by the MySQL user that created the model unless you grant access to other users. Loading a Model with the Session Variable After training a model, you set a ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-client.html
If you are not the MySQL Administrator and you do not have a MySQL user account, have your MySQL Administrator create one for you. You cannot connect from a MySQL client to a DB System using the Oracle Cloud Account user name and password used to ...
https://dev.mysql.com/doc/refman/8.4/en/alter-event.html
(See Section 15.1.13, “CREATE EVENT Statement”.) Any user can alter an event defined on a database for which that user has the EVENT privilege. When a user executes a successful ALTER EVENT statement, that user becomes the definer for the ...To ...The syntax for each of the DEFINER, ON SCHEDULE, ON COMPLETION, COMMENT, ENABLE / DISABLE, and DO clauses is exactly the same as when used with CREATE ...
https://dev.mysql.com/doc/refman/8.4/en/native-pluggable-authentication.html
$> MYSQL -u userx -p ERROR 1045 (28000): Access denied for user 'userx'@'localhost' (using password: NO) The server writes these errors to the server log. mysql> CREATE USER userxx@localhost IDENTIFIED WITH 'mysql_native_password'; ERROR 1524 ...The ...
https://dev.mysql.com/doc/mysql-em-plugin/en/prereqs-myoem-reference.html
The user installing the Management Agent must, at least, belong to the MySQL user group of the monitored database. Ensure the MyOracle Support credentials are set up using the SYSMAN user. This section describes the prerequisites for a successful ...Supported platforms: The plugin can be deployed on OEM Management Agents on the following operating systems: Linux x86-64 (64-bit), glib2.4 or higher Microsoft Windows x86-64 (64-bit) Important Consult the MySQL Supported Platforms list for more ...
https://dev.mysql.com/doc/refman/8.4/en/installing-source-distribution.html
Note The procedure shown here does not set up any passwords for MySQL accounts. Then perform the following steps as the mysql user, except as noted. Perform Postinstallation Setup The remainder of the installation process involves setting up the ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-provider-profile.html
This tutorial shows you how to use the MySQL Profile Provider to store user profile information in a MySQL database. Click Edit and then configure a connection string for the database that will be used to store user profile information. Figure 4.2 ...Many modern websites allow the user to create a personal ...The MySQL Profile ...The tutorial uses MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-provider-profile.html
This tutorial shows you how to use the MySQL Profile Provider to store user profile information in a MySQL database. Click Edit and then configure a connection string for the database that will be used to store user profile information. Figure 6.2 ...Many modern websites allow the user to create a personal ...The MySQL Profile ...The tutorial uses MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/replication-multi-source-provision-replica.html
For example: mysql -u<user> -p<password> < dumpM1_nopurge.sql mysql -u<user> -p<password> < dumpM2_nopurge.sql On the replica, issue RESET BINARY LOGS AND GTIDS to clear the GTID execution history (assuming, as explained above, that all the dump ...
https://dev.mysql.com/doc/refman/8.4/en/repair-table-optimization.html
Setting a session value limits the effect of the change to your current session and does not affect other users. For key_buffer_size, you must take into account that the buffer is shared with those users. You may be able to its improve performance ... REPAIR TABLE for MyISAM tables is similar to using myisamchk for repair operations, and some of the same performance optimizations apply: myisamchk has variables that control memory ...
Displaying 741 to 750 of 4991 total results