Search Results
https://dev.mysql.com/doc/refman/8.4/en/multibyte-characters.html
If you want to add support for a new character set named MYSET that includes multibyte characters, you must use multibyte character functions in the ctype-MYSET.c source file in the strings directory. The existing character sets provide the best ...
https://dev.mysql.com/doc/refman/8.4/en/secure-client-programming.html
If the older ext/mysql extension must be used, then for escaping use the mysql_real_escape_string_quote() function and not mysql_escape_string() or addslashes() because only mysql_real_escape_string_quote() is character set-aware; the other ...If ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-installation-cmdline-options-agent.html
--unattendedmodeui Unattended mode user interface --version Display the product information --agentpassword Command-Line Format --agentpassword Type String Specify the agent password to use to communicate with the MySQL Enterprise Service Manager.
https://dev.mysql.com/doc/refman/8.4/en/date-and-time-literals.html
Standard SQL and ODBC Date and Time Literals String and Numeric Literals in Date and Time Context Date and time values can be represented in several formats, such as quoted strings or as numbers, depending on the exact type of the value and other ...For example, in contexts where MySQL expects a date, it interprets any of '2015-07-21', '20150721', and 20150721 as a ...
https://dev.mysql.com/doc/refman/8.4/en/pam-pluggable-authentication.html
Proxy user support: PAM authentication can return to MySQL a user name different from the external user name passed by the client program, based on the PAM groups the external user is a member of and the authentication string provided. The PAM ...
https://dev.mysql.com/doc/refman/8.4/en/pluggable-authentication-system-variables.html
authentication_kerberos_service_principal Command-Line Format --authentication-kerberos-service-principal=name System Variable authentication_kerberos_service_principal Scope Global Dynamic Yes SET_VAR Hint Applies No Type String Default Value ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-errorcodes.html
The following tables lists the error codes returned by Connector/ODBC apart from the server errors.
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-reference-errorcodes.html
The following tables lists the error codes returned by Connector/ODBC apart from the server errors.
https://dev.mysql.com/doc/internals/en/error-messages-storage-engine.html
Purpose: Implement the handler::get_error_message function as ha_federated::get_error_message to return the handler-specific error message. To add error messages for table handlers, the following example may be helpful. When you have returned the ...
https://dev.mysql.com/doc/internals/en/zlib-directory.html
zlib is a data compression library used to support the compressed protocol and the COMPRESS/UNCOMPRESS functions under Windows. The method for reducing the size of any arbitrary string of bytes is as follows: Find a substring which occurs twice in ...On Unix, MySQL uses the system libgz.a library for this ...