PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 295.2Kb
Man Pages (Zip)
- 400.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/innodb-memcached-porting-mysql.html
mysql> INSERT INTO innodb_memcache.containers (name,db_schema,db_table,key_columns,value_columns,flags,cas_column, expire_time_column,unique_idx_name_on_key) VALUES ('bbb','test','multicol','country','population,area_sq_km,drive_side', ... Consider ...If you are using lookup values that contain spaces, transform or hash them into values without spaces before using them as keys in calls to add(), set(), get(), and so ...
https://dev.mysql.com/doc/refman/8.0/en/installing-development-tree.html
This section describes how to install MySQL from the latest development source code, which is hosted on GitHub. To obtain the MySQL Server source code from this repository hosting service, you can set up a local MySQL Git repository. On GitHub, ...
https://dev.mysql.com/doc/refman/8.0/en/cast-functions.html
Beginning with MySQL 8.0.22, CAST() supports retrieval of a TIMESTAMP value as being in UTC, using the AT TIMEZONE operator. Note Prior to MySQL 8.0.28, this function sometimes allowed invalid conversions of BINARY values to a nonbinary character ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-windows-binary.html
You should also have the MySQL client (mysql.exe) on this host. For management nodes and data nodes, it is not necessary to install the MySQL Server binary; however, each management node requires the management server daemon (ndb_mgmd.exe); each ...
https://dev.mysql.com/doc/refman/8.0/en/data-directory-initialization.html
To arrange for MySQL to start without manual intervention at system boot time, see Section 2.9.5, “Starting and Stopping MySQL Automatically”. Data directory initialization creates time zone tables in the mysql schema but does not populate them.
https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html
binlog_max_flush_queue_time Command-Line Format --binlog-max-flush-queue-time=# Deprecated Yes System Variable binlog_max_flush_queue_time Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 0 Minimum Value 0 Maximum Value ...
https://dev.mysql.com/doc/refman/8.0/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. The following examples show other common error messages you might encounter when installing MySQL and starting the ...The MySQL server uses the error log to record information relevant to the error that prevents the server from ...
https://dev.mysql.com/doc/refman/8.0/en/server-status-variables.html
See Server-Side Runtime Configuration and Monitoring for Encrypted Connections.) This variable was added in MySQL 8.0.16. In MySQL 8.0.16 and later, this variable shows the cost of queries that have multiple query blocks, summing the cost estimates ... The MySQL server maintains many status variables that provide information about its ...You can view these variables and their values by using the ...
https://dev.mysql.com/doc/refman/8.0/en/mysqld-multi.html
mysqld_multi is designed to manage several mysqld processes that listen for connections on different Unix socket files and TCP/IP ports. Note For some Linux platforms, MySQL installation from RPM or Debian packages includes systemd support for ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-mysqld.html
row *************************** Id: 1 User: system user Host: db: Command: Daemon Time: 1 State: Waiting for event from ndbcluster Info: NULL Important To participate in an NDB Cluster, the mysqld process must be started with both the options ...To ...For more information about compiling NDB Cluster from source, see Section 25.3.1.4, “Building NDB Cluster from Source on Linux”, and Section 25.3.2.2, “Compiling and Installing NDB Cluster from Source on ...