PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/charset-cp932.html
Because MySQL supports character set conversion, it is important to separate IANA Shift_JIS and cp932 into two different character sets because they provide different conversion rules. Why is cp932 needed? In MySQL, the sjis character set ...
https://dev.mysql.com/doc/refman/5.7/en/connection-options.html
Important The default setting, --ssl-mode=PREFERRED, produces an encrypted connection if the other default settings are unchanged. However, to help prevent sophisticated man-in-the-middle attacks, it is important for the client to verify the ...
https://dev.mysql.com/doc/refman/5.7/en/create-table-foreign-keys.html
This enables you to import the tables in any order in case the dump file contains tables that are not correctly ordered for foreign keys. Disabling foreign_key_checks also speeds up the import operation by avoiding foreign key checks. MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/create-tablespace.html
DISCARD TABLESPACE and ALTER TABLE ...IMPORT TABLESPACE are not supported for tables that belong to a general tablespace. The precise syntax and semantics depend on the storage engine used. In standard MySQL 5.7 releases, this is always an InnoDB ...
https://dev.mysql.com/doc/refman/5.7/en/creating-ssl-files-using-openssl.html
Important Whatever method you use to generate the certificate and key files, the Common Name value used for the server and client certificates/keys must each differ from the Common Name value used for the CA certificate. A typical error in this case ... This section describes how to use the openssl command to set up SSL certificate and key files for use by MySQL servers and ...
https://dev.mysql.com/doc/refman/5.7/en/creating-ssl-rsa-files-using-mysql.html
Important Server autogeneration and mysql_ssl_rsa_setup help lower the barrier to using SSL by making it easier to generate the required files. Important If a client connecting to a MySQL server instance uses an SSL certificate with the ...For some ...
https://dev.mysql.com/doc/refman/5.7/en/disk-issues.html
For example, store semi-important data that can be regenerated on a RAID 0 disk, but store really important data such as host information and logs on a RAID 0+1 or RAID N disk. This section describes ways to configure storage devices when you can ...
https://dev.mysql.com/doc/refman/5.7/en/entering-queries.html
At this point, it is more important to find out a little about how to issue queries than to jump right in creating tables, loading data into them, and retrieving data from them. It is important to know what the '>, ">, and `> prompts signify, ...
https://dev.mysql.com/doc/refman/5.7/en/firewall-usage.html
Invoke sp_set_firewall_mode() again, this time switching the account profile to PROTECTING mode: CALL mysql.sp_set_firewall_mode('fwuser@localhost', 'PROTECTING'); Important Switching the account profile out of RECORDING mode synchronizes its cached ... Before using MySQL Enterprise Firewall, install it according to the instructions provided in Section 6.4.6.2, “Installing or Uninstalling MySQL Enterprise ...
https://dev.mysql.com/doc/refman/5.7/en/grant.html
Important Under some circumstances, GRANT may be recorded in server logs or on the client side in a history file such as ~/.mysql_history, which means that cleartext passwords may be read by anyone having read access to that information. Important ...[REQUIRE {NONE | tls_option [[AND] tls_option] ...}] [WITH {GRANT OPTION | resource_option} ...] GRANT PROXY ON user TO user [, user] ...