Search



Search Results
Displaying 331 to 340 of 3141 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-cmd-change-user.html
Syntax: cnx.cmd_change_user(username='', password='', database='', charset=33) Returns a dictionary containing the OK packet information. It also causes the specified database to become the default (current) database. It is also possible to change ...
https://dev.mysql.com/doc/refman/8.4/en/sys-sys-config-insert-set-user.html
For rows added to the sys_config table by INSERT statements, the sys_config_insert_set_user trigger sets the set_by column to the current user.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mgm-client-commands.html
Commands for the event logs are given in Section 25.6.3, “Event Reports Generated in NDB Cluster”; commands for creating backups and restoring from them are provided in Section 25.6.8, “Online Backup of NDB Cluster”. CREATE NODEGROUP ... In ...
https://dev.mysql.com/doc/refman/8.4/en/mysqladmin.html
You can use it to check the server's configuration and current status, to create and drop databases, and more. To kill threads belonging to other users, the connected user must have the CONNECTION_ADMIN privilege (or the deprecated SUPER privilege).
https://dev.mysql.com/doc/connectors/en/connecting-using-kerberos.html
Kerberos Authentication Workflow The main usage of Kerberos authentication in MySQL is to allow users to create connections without having to specify a user name and password in the connection string. For that to work, Connector/J must be configured ... Kerberos is a ticket-based server-client mutual authentication protocol that is supported by the MySQL Server (commercial versions ...
https://dev.mysql.com/doc/connector-j/en/connecting-using-kerberos.html
Kerberos Authentication Workflow The main usage of Kerberos authentication in MySQL is to allow users to create connections without having to specify a user name and password in the connection string. For that to work, Connector/J must be configured ... Kerberos is a ticket-based server-client mutual authentication protocol that is supported by the MySQL Server (commercial versions ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-security-mysql-privileges.html
The same thing is true with respect to the CREATE USER and DROP USER statements. As with any other MySQL Server, user and privilege information is stored in the mysql system database. In other words, changes in users and their privileges do not ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-3-0.html
The effected options and variables are listed here: --slave-rows-search-algorithms: The algorithm used by the replication applier to look up table rows when applying updates or deletes is now always HASH_SCAN,INDEX_SCAN, and is no longer ...(Bug ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-secure-auth.html
MySQL Workbench uses mysql_native_password by default, so for example enabling it is required to create a MySQL Server 8.4 user. This is because MySQL does not store passwords as plain text, so regenerating password hashes requires user intervention. With this option enabled, a user with a password defined in the old format will not be able to login to ...
https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
A connection with the MySQL server can be established using either the mysql.connector.connect() function or the mysql.connector.MySQLConnection() class: cnx = mysql.connector.connect(user='joe', database='test') cnx = MySQLConnection(user='joe', ...An asterisk (*) following an argument indicates a synonymous argument name, available only for compatibility with other Python MySQL ...
Displaying 331 to 340 of 3141 total results