Search



Search Results
Displaying 761 to 770 of 3917 total results
https://dev.mysql.com/doc/connectors/en/connector-cpp-authentication.html
LDAP authentication requires use of a server from a MySQL Enterprise Edition distribution. This package now is required only on hosts where Connector/C++ applications make connections using commercial MySQL server accounts with LDAP authentication.
https://dev.mysql.com/doc/refman/8.4/en/component-loading.html
For subsequent server restarts, the loader service loads any components listed in mysql.component during the startup sequence. The loader service also unregisters the components from the mysql.component system table so that the server no longer ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-overview.html
Thus, in a payroll application storing data in a cluster, if one application updates the salary of an employee, all other MySQL servers that query this data can see this change immediately. NDB Cluster integrates the standard MySQL server with an ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mgm-client-commands.html
CONNECT connection-string Connects to the management server indicated by the connection string. ENTER SINGLE USER MODE node_id Enters single user mode, whereby only the MySQL server identified by the node ID node_id is permitted to access the ... In ...
https://dev.mysql.com/doc/internals/en/determining-authentication-method.html
Only then server can look-up the mysql.user table and find the authentication method to be used. When including authentication reply in the Handshake Response Packet, client is not obliged to use the same authentication method that was indicated by ... Method used for authentication is tied to the user account and stored in the plugin column of mysql.user ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-9.html
(Bug #25829054, Bug #25860579, WL #10954) MySQL Connector/NET now supports MySQL servers configured to use utf8mb4 as the default character set. (WL #10949) Support for connections using Unix domain socket files was extended to include MySQL servers ...For example: SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://myuser@localhost/mysess\", \"appdata\": { \"biz\": \"quux\" } }" ); SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://test@localhost/mysess\", \"appdata\": { \"tar\": \"zzzz\" } }" ); The mysess.uri and mysess.appdata values set by the first statement are replaced with the new values set by the second ...
https://dev.mysql.com/doc/refman/8.4/en/communication-errors.html
If these kinds of things happen, it might indicate that someone is trying to break into your server! If the general query log is enabled, messages for these types of problems are logged to it. The client had been sleeping more than wait_timeout or ...If the log_error_verbosity system variable is set to 3, you might find messages like this in your error log: [Note] Aborted connection 854 to db: 'employees' user: 'josh' If a client is unable even to connect, the server increments the Aborted_connects status ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-debian.html
Users who want to set a password later can leave the password field blank in the dialogue box and just press OK; in that case, root access to the server is authenticated using the MySQL Socket Peer-Credential Authentication Plugin for connections ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-variables-info-table.html
PERSISTED The variable was set from a server-specific mysqld-auto.cnf option file. SERVER The variable was set from a server-specific $MYSQL_HOME/my.cnf option file. The default for each column is the empty string, indicating that the variable has ...This includes option files not covered by EXPLICIT, EXTRA, LOGIN, PERSISTED, SERVER, or ... The variables_info table shows, for ...
https://dev.mysql.com/doc/refman/8.4/en/introduction.html
The MySQL software delivers a very fast, multithreaded, multi-user, and robust SQL (Structured Query Language) database server. For answers to a number of questions that are often asked concerning the MySQL Database Server and its capabilities, see ...MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed ...MySQL is a ...
Displaying 761 to 770 of 3917 total results