Search



Search Results
Displaying 1561 to 1570 of 1907 total results
https://dev.mysql.com/doc/refman/8.4/en/charset-server.html
MySQL Server has a server character set and a server collation. By default, these are utf8mb4 and utf8mb4_0900_ai_ci, but they can be set explicitly at server startup on the command line or in an option file and changed at runtime. Initially, the ...
https://dev.mysql.com/doc/refman/8.4/en/charset-unicode.html
Attempting to use them with SET NAMES or SET CHARACTER SET produces an error. The Unicode Standard includes characters from the Basic Multilingual Plane (BMP) and supplementary characters that lie outside the BMP. For information about the Unicode ...
https://dev.mysql.com/doc/refman/8.4/en/charset.html
MySQL includes character set support that enables you to store data using a variety of character sets and perform comparisons according to a variety of collations. The default MySQL server character set and collation are utf8mb4 and ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-encrypted-data.html
An error is reported if an encrypted connection is not available or the REQUIRE NO SSL clause is used in the CLONE INSTANCE statement. The following requirements apply: A secure connection is required when cloning remote data to ensure safe transfer ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-monitoring.html
You can monitor the status and progress of a cloning operation on the recipient MySQL server instance using the clone_status and clone_progress Performance Schema tables. Note The clone_status and clone_progress Performance Schema tables can be used ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-options-variables.html
In this case, the server may also produce error messages for other clone settings because it does not recognize them. This section describes the system variables that control operation of the clone plugin. If values specified at startup are ...
https://dev.mysql.com/doc/refman/8.4/en/clone.html
An error is returned if the explicit specification cannot be satisfied. CLONE clone_action clone_action: { LOCAL DATA DIRECTORY [=] 'clone_dir'; | INSTANCE FROM 'user'@'host':port IDENTIFIED BY 'password' [DATA DIRECTORY [=] 'clone_dir'] [REQUIRE ...
https://dev.mysql.com/doc/refman/8.4/en/close.html
If not closed explicitly, a cursor is closed at the end of the BEGIN ...
https://dev.mysql.com/doc/refman/8.4/en/compiling-for-debugging.html
If they find something “unexpected,” an entry is written to stderr, which mysqld_safe directs to the error log! This also means that if you are having some unexpected problems with MySQL and are using a source distribution, the first thing you ... If you have some very specific problem, you can always try to debug ...
https://dev.mysql.com/doc/refman/8.4/en/condition-handling-restrictions.html
In MySQL, this is not guaranteed, so to get the main error, you cannot do this: GET DIAGNOSTICS CONDITION 1 @errno = MYSQL_ERRNO; Instead, do this: GET DIAGNOSTICS @cno = NUMBER; GET DIAGNOSTICS CONDITION @cno @errno = MYSQL_ERRNO; . SIGNAL, ...
Displaying 1561 to 1570 of 1907 total results