Search Results
https://dev.mysql.com/doc/refman/8.4/en/what-is-mysql.html
MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Oracle Corporation. The MySQL website (http://www.mysql.com/) provides the latest information about MySQL software. It may be anything ...
https://dev.mysql.com/doc/refman/8.4/en/windows-troubleshooting.html
When installing and running MySQL for the first time, you may encounter certain errors that prevent the MySQL server from starting. This section helps you diagnose and correct some of these errors. Your first resource when troubleshooting server ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-set.html
Attributes can be set on either the process level or instance level. set commands are executed whether or not the cluster has been started. In a cluster that is not running, the MySQL Cluster Manager merely updates the configuration files. However, ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-secure-auth.html
Include mysql_native_password=ON in the [mysqld] section of your MySQL Server 8.4 my.cnf to enable this plugin. MySQL 4.1 extended password hashes from 16 to 41 bytes. However, upgrading MySQL does not automatically update the old password ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-blob-serverprep.html
You can also adjust this value directly in the my.cnf file (add a line that reads max_allowed_packet=xxM), or use the SET max_allowed_packet=xxM; syntax from within MySQL. The first step is using MySQL with BLOB data is to configure the server. For ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-blob-serverprep.html
You can also adjust this value directly in the my.cnf file (add a line that reads max_allowed_packet=xxM), or use the SET max_allowed_packet=xxM; syntax from within MySQL. The first step is using MySQL with BLOB data is to configure the server. For ...
https://dev.mysql.com/doc/internals/en/installation-layout-options.html
In the following table, the CMAKE_INSTALL_PREFIX value is the installation base directory. Many other CMake layout options are interpreted relative to the prefix and their values are relative pathnames.
https://dev.mysql.com/doc/internals/en/support-files-directory.html
They include example my.cnf files one can use as a default setup for MySQL. The files here are for building ("making") MySQL given a package manager, compiler, linker, and other build tools. The support files provide instructions and switches for ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-performance-standard-rules.html
Severity Minor Warning Advice Set innodb_flush_log_at_trx_commit=2 in your MySQL configuration file (my.cnf) and restart your MySQL server. The following are the MySQL Performance Standard compliance rules: InnoDB Flush Method May Not Be Optimal ...
https://dev.mysql.com/doc/mysql-em-plugin/en/prereqs-myoem-reference.html
To enable this instrument, add the following to the my.cnf file of the monitored server: [mysqld] performance-schema-instrument='wait/lock/metadata/sql/mdl=ON' For more information, see The metadata_locks Table. This section describes the ...