Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-parameters.html
Although it is possible to build SQL query strings directly from user input, this is not advisable as it does not prevent erroneous or malicious information being entered. For example, imagine the following query was constructed from user input: ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-parameters.html
Although it is possible to build SQL query strings directly from user input, this is not advisable as it does not prevent erroneous or malicious information being entered. For example, imagine the following query was constructed from user input: ...
https://dev.mysql.com/doc/ndbapi/en/mgm-errors.html
Request Errors Node ID Allocation Errors Service Errors Backup Errors Single User Mode Errors Configuration Errors General Usage Errors Request Errors These are errors generated by failures to connect to a management server. Value Description ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html
URI mode follows X DevAPI URI mode: mysqlx_session_t *sess = mysqlx_get_session_from_url( "mysqlx://user:password@host:port/db?compression-algorithms=[lz4,zstd_stream]", &error); Option mode follows the string format used for SessionOption: ...
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. The Management Agent requires a user on the monitored MySQL instance. As such, the user must not be defined with REQUIRE SSL. Ensure ... This section describes the prerequisites for a successful Oracle Enterprise Manager for MySQL Database ...
https://dev.mysql.com/doc/refman/8.4/en/adding-collation.html
Warning User-defined collations are deprecated; you should expect support for them to be removed in a future version of MySQL. The MySQL 8.4 server issues a warning for any use of COLLATE user_defined_collation in an SQL statement; a warning is ...
https://dev.mysql.com/doc/refman/8.4/en/charset-metadata.html
Thus column names, database names, user names, version names, and most of the string results from SHOW are metadata. Otherwise, users would not be able to name columns and tables using their own languages. The metadata requirements mean that the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-ldap.html
LDAP pluggable authentication is a feature supported by the MySQL Enterprise Edition; the user by which mysqlbackup connects to the server can be authenticated using LDAP.
https://dev.mysql.com/doc/heatwave-aws/en/hw-aws-upgrading-mysql-8.0-8.4.html
You can override the default authentication method of your user accounts with the CREATE USER and ALTER USER statements if needed. As the mysql_native_password authentication has been removed in the major versions after MySQL 8.4, you should start ...Note:For backward compatibility, if the mysql_native_password authentication method is used by any existing users, the upgrade will enable the deprecated mysql_native_password authentication ... Upgrading ...
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
In MySQL 4.0 and 4.1, such events are written only to the first binary log file that mysqld creates after startup. Log files created subsequently (when someone issues a FLUSH LOGS statement or the current binary log file becomes too large) do not ...