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/windows-server-first-start.html
This section gives a general overview of starting the MySQL server. The following sections provide more specific information for starting the MySQL server from the command line or as a Windows service. The information here applies primarily if you ...
https://dev.mysql.com/doc/refman/5.7/en/adding-character-set.html
The syntax for the file is very simple: Comments are written as ordinary XML comments (<!-- text -->). This section discusses the procedure for adding a character set to MySQL. The proper procedure depends on whether the character set is simple or ...
https://dev.mysql.com/doc/refman/5.7/en/audit-log-security.html
By default, contents of audit log files produced by the audit log plugin are not encrypted and may contain sensitive information, such as the text of SQL statements. For security reasons, audit log files should be written to a directory accessible ...
https://dev.mysql.com/doc/refman/5.7/en/batch-mode.html
filename See Section 4.5.1.5, “Executing SQL Statements from a Text File”, for more information. In the previous sections, you used mysql interactively to enter statements and view the results. If you want the script to continue even if some of ...
https://dev.mysql.com/doc/refman/5.7/en/binary-log.html
Passwords in statements written to the binary log are rewritten by the server not to occur literally in plain text. The MySQL server then tells InnoDB to complete any prepared transactions that were successfully written to the to the binary log, and ... The binary log contains “events” that describe database changes such as table creation operations or changes to table ...
https://dev.mysql.com/doc/refman/5.7/en/case-sensitivity.html
For nonbinary strings (CHAR, VARCHAR, TEXT), string searches use the collation of the comparison operands. One context in which you may see binary is for compression functions, which return binary strings as a general rule: mysql> SELECT ...For ...
https://dev.mysql.com/doc/refman/5.7/en/charset-binary-collations.html
Nonbinary strings (as stored using the CHAR, VARCHAR, and TEXT data types) have a character set and collation other than binary. This section describes how the binary collation for binary strings compares to _bin collations for nonbinary strings.
https://dev.mysql.com/doc/refman/5.7/en/charset-conversion.html
If the column has a nonbinary data type (CHAR, VARCHAR, TEXT), its contents should be encoded in the column character set, not some other character set. To convert a binary or nonbinary string column to use a particular character set, use ALTER ...
https://dev.mysql.com/doc/refman/5.7/en/charset-database.html
All database options are stored in a text file named db.opt that can be found in the database directory. Every database has a database character set and a database collation. The CREATE DATABASE and ALTER DATABASE statements have optional clauses ...
https://dev.mysql.com/doc/refman/5.7/en/checking-gpg-signature.html
Alternatively, you can copy and paste the key directly from the text below. Another method of verifying the integrity and authenticity of a package is to use cryptographic signatures. This is more reliable than using MD5 checksums, but requires ...