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 461 to 470 of 2046 total results
https://dev.mysql.com/doc/refman/8.0/en/mysqld-server.html
The following discussion covers these MySQL server configuration topics: Startup options that the server supports. For listings of MySQL server variables and options that have been added, deprecated, or removed in MySQL 8.0, see Section 1.4, ...You ...
https://dev.mysql.com/doc/refman/8.0/en/proxy-users.html
At connect time, proxy_user must represent a valid externally authenticated MySQL user, and proxied_user must represent a valid locally authenticated user. For example, if a client authenticates through the ''@'' proxy account, this variable is set ...Requirements for Proxy User Support For proxying to occur for a given authentication plugin, these conditions must be satisfied: Proxying must be supported, either by the plugin itself, or by the MySQL server on behalf of the ...
https://dev.mysql.com/doc/refman/8.0/en/apis-perl.html
To use DBI with MySQL, install the following: The DBI module. It replaces an older interface called mysqlperl, which should be considered obsolete. These sections contain information about using Perl with MySQL and writing MySQL applications in ...
https://dev.mysql.com/doc/refman/8.0/en/data-dictionary.html
MySQL Server incorporates a transactional data dictionary that stores information about database objects. In previous MySQL releases, dictionary data was stored in metadata files, nontransactional tables, and storage engine-specific data ...This ...
https://dev.mysql.com/doc/refman/8.0/en/enterprise-encryption.html
Note MySQL Enterprise Encryption is an extension included in MySQL Enterprise Edition, a commercial product. MySQL Enterprise Edition includes a set of encryption functions that expose OpenSSL capabilities at the SQL level. From MySQL 8.0.30, they ...
https://dev.mysql.com/doc/refman/8.0/en/ldml-rules.html
MySQL recognizes a large enough subset of the syntax that, in many cases, it is possible to download a collation definition from the Unicode Common Locale Data Repository and paste the relevant part (that is, the part between the <rules> and ...This ...
https://dev.mysql.com/doc/refman/8.0/en/multiple-windows-command-line-servers.html
The procedure for starting a single MySQL server manually from the command line is described in Section 2.3.4.6, “Starting MySQL from the Windows Command Line”. Suppose that you want to run one instance of mysqld on port 3307 with a data ...To ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-configuration.html
Each data node or SQL node requires a my.cnf file that provides two pieces of information: a connection string that tells the node where to find the management node, and a line telling the MySQL server on this host (the machine hosting the data ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-oci-marketplace-maintenance.html
Upgrading MySQL The existing installation is RPM-based, to upgrade the MySQL server, see Section 3.7, “Upgrading MySQL Binary or Package-based Installations on Unix/Linux”. Backup and Restore MySQL Enterprise Backup is the preferred backup and ... This product is user-managed, meaning you are responsible for upgrades and ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-javascript-collections-add.html
mysql-js> db.countryinfo.add( { GNP: .6, IndepYear: 1967, Name: "Sealand", Code: "SEA", demographics: { LifeExpectancy: 79, Population: 27 }, geography: { Continent: "Europe", Region: "British Islands", SurfaceArea: 193 }, government: { ... To work ...
Displaying 461 to 470 of 2046 total results