Search

Download this Manual
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


Displaying 221 to 230 of 2046 total results
https://dev.mysql.com/doc/refman/8.0/en/extensions-to-ansi.html
MySQL Server supports some extensions that you are not likely to find in other SQL DBMSs. For example, MySQL Server recognizes the STRAIGHT_JOIN keyword in the following statement, but other servers should not: SELECT /*! STRAIGHT_JOIN */ col1 FROM ...Be warned that if you use them, your code is most likely not portable to other SQL ...
https://dev.mysql.com/doc/refman/8.0/en/multiple-windows-services.html
On Windows, a MySQL server can run as a Windows service. The procedures for installing, controlling, and removing a single MySQL service are described in Section 2.3.4.8, “Starting MySQL as a Windows Service”. To set up multiple MySQL services, ...Based on the preceding information, you have several ways to set up multiple ...
https://dev.mysql.com/doc/refman/8.0/en/gone-away.html
The most common reason for the MySQL server has gone away error is that the server timed out and closed the connection. You can change the time limit by setting the wait_timeout variable when you start mysqld. This may happen if you have been using ...This assumes that you have automatic reconnection in the client enabled (which is the default for the mysql command-line ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-mgm.html
To start the management client, it is necessary to supply the host name and port number of the management server: $> ndb_mgm [host_name [port_num]] For example: $> ndb_mgm ndb_mgmd.mysql.com 1186 The default host name and port number are localhost ... The ndb_mgm management client process is actually not needed to run the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-select-count.html
With a single table, the result is equivalent to that obtained by using the MySQL statement SELECT COUNT(*) FROM tbl_name. --connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 Maximum Value 12 ...
https://dev.mysql.com/doc/refman/8.0/en/batch-mode.html
In the previous sections, you used mysql interactively to enter statements and view the results. Why use a script? Here are a few reasons: If you run a query repeatedly (say, every day or every week), making it a script enables you to avoid ...If ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-linux-source.html
Building NDB Cluster from source is similar to building the standard MySQL Server, although it differs in a few key respects discussed here. For general information about building MySQL from source, see Section 2.8, “Installing MySQL from ... This ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-javascript-documents-find.html
MySQL Shell provides additional methods to use with the find() method to filter and sort the returned documents. MySQL provides the following operators to specify search conditions: OR (||), AND (&&), XOR, IS, NOT, BETWEEN, IN, LIKE, !=, <>, >, >=, ... You can use the find() method to query for and return documents from a collection in a ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-python-documents-find.html
MySQL Shell provides additional methods to use with the find() method to filter and sort the returned documents. MySQL provides the following operators to specify search conditions: OR (||), AND (&&), XOR, IS, NOT, BETWEEN, IN, LIKE, !=, <>, >, >=, ... You can use the find() method to query for and return documents from a collection in a ...
https://dev.mysql.com/doc/refman/8.0/en/solaris-installation.html
Note MySQL 5.7 has a dependency on the Oracle Developer Studio Runtime Libraries; but this does not apply to MySQL 8.0. Note MySQL 8.0 supports Solaris 11.4 and higher MySQL on Solaris is available in a number of different formats. For information ...Check the notes and hints at the end of this section for Solaris specific notes that you may need before or after ...
Displaying 221 to 230 of 2046 total results