Search

Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.4Kb
Man Pages (Zip) - 378.4Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 451 to 460 of 918 total results
https://dev.mysql.com/doc/refman/9.7/en/linux-installation-yum-repo.html
This is typically a one-time operation that is performed by installing the RPM provided by MySQL. For example, to install from the MySQL innovation track, make sure you have enabled=0 for the MySQL 8.4 subrepository entries and have enabled=1 for ...
https://dev.mysql.com/doc/refman/9.7/en/load-data-local-security.html
(This is a change from previous versions of MySQL.) To cause the server to refuse or permit LOAD DATA LOCAL statements explicitly (regardless of how client programs and libraries are configured at build time or runtime), start mysqld with ... The ...
https://dev.mysql.com/doc/refman/9.7/en/locking-service.html
Lock acquisition calls take an integer timeout value that indicates how many seconds to wait to acquire locks before giving up. If the timeout is reached without successful lock acquisition, an ER_LOCKING_SERVICE_TIMEOUT error occurs. If the timeout ... MySQL distributions provide a locking interface that is accessible at two levels: At the SQL level, as a set of loadable functions that each map onto calls to the service ...
https://dev.mysql.com/doc/refman/9.7/en/midpoint-insertion.html
If the block stays at the beginning of the sublist for a long enough time, it is demoted to the warm sublist. This time is determined by the value of the key_cache_age_threshold component of the key cache. By default, the key cache management ...
https://dev.mysql.com/doc/refman/9.7/en/mle-component-memory.html
To set the allocation to a non-default value at install time, use a statement such as INSTALL COMPONENT 'file://component_mle' SET GLOBAL mle.memory_max = 1024*1024*512, or set it after installing but before making any use of JavaScript stored ...
https://dev.mysql.com/doc/refman/9.7/en/myisam-crash-recovery.html
If you run myisamchk to check tables that mysqld is updating at the same time, you may get a warning that a table is corrupt even when it is not. If the server is run with external locking enabled, you can use myisamchk to check tables at any time.
https://dev.mysql.com/doc/refman/9.7/en/myisam-maintenance-schedule.html
If you are performing many updates to MyISAM tables with dynamic-sized rows (tables with VARCHAR, BLOB, or TEXT columns) or have tables with many deleted rows you may want to defragment/reclaim space from the tables from time to time. It is a good ...
https://dev.mysql.com/doc/refman/9.7/en/myisam-table-close.html
The counter works as follows: The first time a table is updated in MySQL, a counter in the header of the index files is incremented. (The table may still be okay because MySQL always issues writes for everything between each statement.) A table was ... Each MyISAM index file (.MYI file) has a counter in the header that can be used to check whether a table has been closed ...
https://dev.mysql.com/doc/refman/9.7/en/myisamchk-general-options.html
You can set both variables to large values, because only one of them is used at a time. The options described in this section can be used for any type of table maintenance operation performed by myisamchk. The sections following this one describe ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-backup-concepts.html
A backup is a snapshot of the database at a given time. The data actually stored in the database tables at the time that the backup was made Transaction log. A sequential record telling how and when data was stored in the database Each of these ...
Displaying 451 to 460 of 918 total results