Search



Search Results
Displaying 3371 to 3380 of 3559 total results
https://dev.mysql.com/doc/refman/9.7/en/linux-installation-native.html
To start the MySQL server use systemctl: $> systemctl start mysqld The database tables are automatically created for you, if they do not already exist. Many Linux distributions include a version of the MySQL server, client tools, and development ...
https://dev.mysql.com/doc/refman/9.7/en/linux-installation.html
Linux supports a number of different solutions for installing MySQL. You can also use My Oracle Support for the MySQL Enterprise Edition. Documentation Oracle Unbreakable Linux Network Use ULN channels Documentation As an alternative, you can use ...
https://dev.mysql.com/doc/refman/9.7/en/lock-order-tool.html
The MySQL server is a multithreaded application that uses numerous internal locking and lock-related primitives, such as mutexes, rwlocks (including prlocks and sxlocks), conditions, and files. Within the server, the set of lock-related objects ...
https://dev.mysql.com/doc/refman/9.7/en/logical-operators.html
Table 14.5 Logical Operators Name Description AND, && Logical AND NOT, ! Negates value OR, || Logical OR XOR Logical XOR In SQL, all logical operators evaluate to TRUE, FALSE, or NULL (UNKNOWN). In MySQL, these are implemented as 1 (TRUE), 0 ...
https://dev.mysql.com/doc/refman/9.7/en/midpoint-insertion.html
When an index block is read from a table into the key cache, it is placed at the end of the warm sublist. By default, the key cache management system uses a simple LRU strategy for choosing key cache blocks to be evicted, but it also supports a ...
https://dev.mysql.com/doc/refman/9.7/en/mle-component-status.html
The MLE component's status is indicated by the mle_status status variable. This remains Inactive until a user creates or invokes a stored procedure or function using a language supported by MLE, at which time it becomes (very briefly) Initializing ...
https://dev.mysql.com/doc/refman/9.7/en/monitoring-performance-schema.html
You can query the tables in the performance_schema database to see real-time information about the performance characteristics of your server and the applications it is running.
https://dev.mysql.com/doc/refman/9.7/en/multiple-windows-command-line-servers.html
Use this procedure: Make sure that each data directory exists, including its own copy of the mysql database that contains the grant tables. The procedure for starting a single MySQL server manually from the command line is described in Section ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-backup-parallel-data-nodes.html
If you are using large Disk Data tables, you may also need to increase DiskPageBufferMemory. It is possible to take a backup with multiple local data managers (LDMs) acting in parallel on the data nodes. For this to work, all data nodes in the ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-install-debian.html
The directory layout is the same as that for the generic Linux binary distribution (see Table 2.3, “MySQL Installation Layout for Generic Unix/Linux Binary Package”), with the exception that startup scripts and configuration files are found in ... The section provides information about installing NDB Cluster on Debian and related Linux distributions such Ubuntu using the .deb files supplied by Oracle for this ...
Displaying 3371 to 3380 of 3559 total results