PDF (US Ltr)
- 35.0Mb
PDF (A4)
- 35.1Mb
Man Pages (TGZ)
- 254.9Kb
Man Pages (Zip)
- 359.9Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/windows-installation-layout.html
All of the files are located within this parent directory, using the structure shown in the following table. docs Release documentation With MySQL Installer, use the Modify operation to select this optional folder. For MySQL 5.7 on Windows, the ...
https://dev.mysql.com/doc/refman/5.7/en/x-plugin-options-variables.html
This section describes the command options and system variables that configure X Plugin, as well as the status variables available for monitoring purposes. In this case, the server could also produce error messages for other X Plugin settings ...If ...
https://dev.mysql.com/doc/refman/5.7/en/xa-statements.html
For this reason, gtrid values must be globally unique so that there is no ambiguity about which global transaction a given XA transaction is part of. To perform XA transactions in MySQL, use the following statements: XA {START|BEGIN} xid ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-installer-setup.html
This setup type installs the general availability (GA) or development release server that you selected when you downloaded MySQL Installer. This setup type excludes MySQL server or the client programs typically bundled with the server, such as mysql ... Choosing a Setup Type Path Conflicts Check Requirements MySQL Installer Configuration Files When you download MySQL Installer for the first time, a setup wizard guides you through the initial installation of MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-server.html
The rc(8) manual page states that scripts in this directory are executed only if their base name matches the *.sh shell file name pattern. To start or stop the server manually using the mysql.server script, invoke it from the command line with start ... MySQL distributions on Unix and Unix-like system include a script named mysql.server, which starts the MySQL server using ...
https://dev.mysql.com/doc/refman/5.7/en/selinux-policies.html
MySQL Server SELinux policy modules include: mysqld_selinux mysqld_safe_selinux For information about MySQL Server SELinux policy modules, refer to the SELinux manual pages. The manual pages provide information about types and Booleans associated ...
https://dev.mysql.com/doc/refman/5.7/en/creating-ssl-rsa-files-using-mysql.html
In this case, the MySQL distribution need not have been compiled using OpenSSL as long as the openssl command is available. Automatic SSL and RSA File Generation Manual SSL and RSA File Generation Using mysql_ssl_rsa_setup SSL and RSA File ...For ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-system-variables.html
The location of this default directory is the same as for the keyring_file_data system variable. See the description of that variable for details, as well as for considerations to take into account if you create the directory manually. The location ...These variables are unavailable unless the appropriate keyring plugin is installed (see Section 6.4.4.1, “Keyring Plugin ...
https://dev.mysql.com/doc/refman/5.7/en/create-database.html
To use this statement, you need the CREATE privilege for the database. If you manually create a directory under the data directory (for example, with mkdir), the server considers it a database directory and it shows up in the output of SHOW ...
https://dev.mysql.com/doc/refman/5.7/en/drop-table.html
Be careful with this statement! For each table, it removes the table definition and all table data. If the table is partitioned, the statement removes the table definition, all its partitions, all data stored in those partitions, and all partition ...