Search



Search Results
Displaying 341 to 350 of 3329 total results
https://dev.mysql.com/doc/refman/8.4/en/locale-support.html
The default value is 'en_US' regardless of your system's locale setting, but you can set the value at server startup, or set the GLOBAL value at runtime if you have privileges sufficient to set global system variables; see Section 7.1.9.1, “System ... The locale indicated by the lc_time_names system variable controls the language used to display day and month names and ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-server-locks.html
The server_locks table is similar in structure to the cluster_locks table, and provides a subset of the information found in the latter table, but which is specific to the SQL node (MySQL server) where it resides. (The cluster_locks table provides ...This may be useful for correlating locking patterns with specific MySQL user sessions, queries, or use ...
https://dev.mysql.com/doc/refman/8.4/en/obtaining-plugin-information.html
There are several ways to determine which plugins are installed in the server: The Information Schema PLUGINS table contains a row for each loaded plugin. Any that have a PLUGIN_LIBRARY value of NULL are built in and cannot be unloaded. row ...
https://dev.mysql.com/doc/refman/8.4/en/replication-mode-change-online.html
This section describes how to change the mode of replication from and to GTID mode without having to take the server offline.
https://dev.mysql.com/doc/refman/8.4/en/telemetry-metrics-meters.html
For example, to update the frequency of the mysql.inno metrics: mysql>update performance_schema.setup_meters set FREQUENCY='30' where name = 'mysql.inno'; The maximum number of meter instruments which can be created is set by ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-server-end.html
void mysql_server_end(void) Description This function finalizes the MySQL client library, which should be done when you are done using the library. Note To avoid memory leaks after the application is done using the library (for example, after ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-server-init.html
int mysql_server_init(int argc, char **argv, char **groups) Description This function initializes the MySQL client library, which must be done before you call any other MySQL function. Note To avoid memory leaks after the application is done using ...This enables memory managment to be performed to clean up and free resources used by the ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-server-logging.html
The logging feature can be handy for developing and testing your application and deployment of the MySQL Router. To use logging, enable the logging level option in the configuration file under the section named [logger]. For example: [logger] level ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-microsoft-asp.html
For more information about how to access MySQL through ASP using Connector/ODBC, refer to the following articles: Using MyODBC To Access Your MySQL Database Via ASP ASP and MySQL at DWAM.NT A Frequently Asked Questions list for ASP can be found at ...
https://dev.mysql.com/doc/internals/en/cmake.html
This chapter describes how to build MySQL from source with CMake. You might also find these resources useful: Section 4.6, “Autotools to CMake Transition Guide”: If you have previously built MySQL using the GNU Autotools, this guide shows how ...
Displaying 341 to 350 of 3329 total results