PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/innodb-memcached-intro.html
The default settings represent a combination of high reliability and the fewest surprises for database applications. For example, default settings avoid uncommitted data on the database side, or stale data returned for memcached get requests. The ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-memcached-troubleshoot.html
If cas_column and expire_time_column fields of the innodb_memcached.containers table are set to NULL, the following error is returned when attempting to load the memcached plugin: InnoDB_Memcached: column 6 in the entry for config table 'containers' ... This section describes issues that you may encounter when using the InnoDB memcached ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-memcached.html
You can also access the same InnoDB tables through SQL for convenience, complex queries, bulk operations, and other strengths of traditional database software. This “NoSQL-style” interface uses the memcached API to speed up database operations, ... The InnoDB memcached plugin (daemon_memcached) provides an integrated memcached daemon that automatically stores and retrieves data from InnoDB tables, turning the MySQL server into a fast “key-value ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-online-ddl-operations.html
The temporary table comprising the new clustered index is renamed with the name of the original table, and the original table is dropped from the database. The rows of an InnoDB table are stored in a clustered index organized based on the primary ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-preload-buffer-pool.html
Page loading happens in the background, and does not delay database startup. Because data is cached in and aged out of the buffer pool as it is with regular database operations, there is no problem if the disk pages are recently updated, or if a DML ... To reduce the warmup period after restarting the server, InnoDB saves a percentage of the most recently used pages for each buffer pool at server shutdown and restores these pages at server ...
https://dev.mysql.com/doc/refman/5.7/en/installing.html
If you are interested in migrating to MySQL from another database system, see Section A.8, “MySQL 5.7 FAQ: Migration”, which contains answers to some common questions concerning migration issues. For information about those platforms that are ...
https://dev.mysql.com/doc/refman/5.7/en/invoking-programs.html
For example, the mysql program interprets the first nonoption argument as a database name, so the command mysql --user=root test indicates that you want to use the test database. To invoke a MySQL program from the command line (that is, from your ...
https://dev.mysql.com/doc/refman/5.7/en/log-file-maintenance.html
See Section 13.7.6.3, “FLUSH Statement”, Section 4.5.2, “mysqladmin — A MySQL Server Administration Program”, and Section 4.5.4, “mysqldump — A Database Backup Program”. As described in Section 5.4, “MySQL Server Logs”, MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/macos-installation-notes.html
Because the MySQL package installer installs the MySQL contents into a version and platform specific directory, you can use this to upgrade and migrate your database between versions. After you have copied over the MySQL database files from the ...
https://dev.mysql.com/doc/refman/5.7/en/macos-installation-pkg.html
The package is located inside a disk image (.dmg) file that you first need to mount by double-clicking its icon in the Finder. Note Before proceeding with the installation, be sure to stop all running MySQL server instances by using either the ...