Search Results
https://dev.mysql.com/doc/refman/8.4/en/select-into.html
For the INTO var_list variant: var_list names a list of one or more variables, each of which can be a user-defined variable, stored procedure or function parameter, or stored program local variable. The file is created on the server host, so you ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-4.html
MySQL NDB Cluster 8.4.4 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster releases. The binary log contains ...NDB Cluster 8.4 source code and binaries can be obtained from ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-roles.html
It assumes that you have MySQL Server installed, along with Connector/NET and Microsoft Visual Studio. Create a new MySQL database using the MySQL Command-Line Client program (mysql), or other suitable tool. /> <add name="MySQLMembershipProvider" ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-roles.html
It assumes that you have MySQL Server installed, along with Connector/NET and Microsoft Visual Studio. Create a new MySQL database using the MySQL Command-Line Client program (mysql), or other suitable tool. /> <add name="MySQLMembershipProvider" ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-cluster-metric-mysqlserver-clusteractivity-category.html
Uptime The number of seconds that the server has been up. MySQL Server Has Been Restarted To perform useful work, a database server must be up-and-running continuously. Lists the InnoDB Cluster Activity metrics and provides a brief description of ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-overview.html
The MySQL 8.0 Secure Deployment Guide documents procedures for deploying a Linux-generic binary distribution of MySQL Enterprise Edition Server with features for implementing and managing the security of your MySQL installation. Always practice the ...Features required by the deployment, such as MySQL Enterprise Audit, MySQL Enterprise Firewall, and auto-generation of SSL certificates and keys, are only available with MySQL Enterprise ...
https://dev.mysql.com/doc/refman/8.4/en/events-privileges.html
Five status variables provide counts of event-related operations (but not of statements executed by events; see Section 27.8, “Restrictions on Stored Programs”). These are: Com_create_event: The number of CREATE EVENT statements executed since ... To enable or disable the execution of scheduled events, it is necessary to set the value of the global event_scheduler system ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-enabling-monitors.html
When InnoDB monitors are enabled for periodic output, InnoDB writes the output to mysqld server standard error output (stderr) every 15 seconds, approximately. If you want to direct the output to the console window rather than to the error log, ...
https://dev.mysql.com/doc/refman/8.4/en/metadata-locking.html
Metadata locking applies not just to tables, but also to schemas, stored programs (procedures, functions, triggers, scheduled events), tablespaces, user locks acquired with the GET_LOCK() function (see Section 14.14, “Locking Functions”), and ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-preparation.html
Preparing the NDB Cluster for replication consists of the following steps: Check all MySQL servers for version compatibility (see Section 25.7.2, “General Requirements for NDB Cluster Replication”). Ensure that each MySQL server acting as a ...