PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 296.5Kb
Man Pages (Zip)
- 401.9Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/keywords.html
Certain keywords, such as SELECT, DELETE, or BIGINT, are reserved and require special treatment for use as identifiers such as table and column names. This may also be true for the names of built-in functions. Some keywords which are otherwise ...
https://dev.mysql.com/doc/refman/8.0/en/linux-installation-debian.html
Users who want to set a password later can leave the password field blank in the dialogue box and just press OK; in that case, root access to the server is authenticated using the MySQL Socket Peer-Credential Authentication Plugin for connections ...
https://dev.mysql.com/doc/refman/8.0/en/linux-installation-native.html
The libraries are required if you want to provide connectivity from different languages and environments such as Perl, Python and others. Many Linux distributions include a version of the MySQL server, client tools, and development components in ...
https://dev.mysql.com/doc/refman/8.0/en/load-data.html
Because the file contents are sent over the connection by the client to the server, using LOCAL is a bit slower than when the server accesses the file directly. The file can be read from the server host or the client host, depending on whether the ...
https://dev.mysql.com/doc/refman/8.0/en/locale-support.html
Any client can examine the value of lc_time_names or set its SESSION value to affect the locale for its own connection. The locale indicated by the lc_time_names system variable controls the language used to display day and month names and ...
https://dev.mysql.com/doc/refman/8.0/en/log-destinations.html
Logs are accessible remotely through any client that can connect to the server and issue queries (if the client has the appropriate log table privileges). MySQL Server provides flexible control over the destination of output written to the general ...
https://dev.mysql.com/doc/refman/8.0/en/manual-info.html
Example: “The --host option (short form -h) tells the mysql client program the hostname or IP address of the MySQL server that it should connect to”. This is the Reference Manual for the MySQL Database System, version 8.0, through release ...
https://dev.mysql.com/doc/refman/8.0/en/multiple-unix-servers.html
Thus, connections for those clients are automatically directed to the second server. Note The discussion here uses mysqld_safe to launch multiple instances of MySQL. For MySQL installation using an RPM distribution, server startup and shutdown is ...
https://dev.mysql.com/doc/refman/8.0/en/my-print-defaults.html
A “login path” is an option group containing options that specify which MySQL server to connect to and which account to authenticate as. my_print_defaults displays the options that are present in option groups of option files. The output ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-acid.html
For distributed or hosted data applications, the particular characteristics of the data centers where the hardware for the MySQL servers is located, and network connections between the data centers. The ACID model is a set of database design ...