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/firewall-installation.html
Installation can be performed using a graphical interface or manually: On Windows, MySQL Installer includes an option to enable MySQL Enterprise Firewall for you. Manual MySQL Enterprise Firewall installation involves running a script located in the ... MySQL Enterprise Firewall installation is a one-time operation that installs the elements described in Section 6.4.6.1, “Elements of MySQL Enterprise ...
https://dev.mysql.com/doc/refman/5.7/en/charset-configuration.html
You can force client programs to use specific character set as follows: [client] default-character-set=charset_name This is normally unnecessary. However, when character_set_system differs from character_set_server or character_set_client, and you ... The MySQL server has a compiled-in default character set and ...
https://dev.mysql.com/doc/refman/5.7/en/drop-database.html
In this case, you must remove any remaining files or directories manually and issue the DROP DATABASE statement again. Be very careful with this statement! To use DROP DATABASE, you need the DROP privilege on the database. DROP {DATABASE | SCHEMA} ...
https://dev.mysql.com/doc/refman/5.7/en/alter-database.html
This clause is for use under these conditions: It is intended when upgrading MySQL to 5.1 or later from older versions. Use UPGRADE DATA DIRECTORY NAME in this case to explicitly tell the server to re-encode the database directory name to the ...
https://dev.mysql.com/doc/refman/5.7/en/backup-strategy-example.html
Information about this recovery process is conveyed to the user through the MySQL error log. This means that MySQL fails to start successfully because some blocks of disk data are no longer readable. In this case, it is necessary to reformat the ...
https://dev.mysql.com/doc/refman/5.7/en/begin-end.html
In the mysql command-line client, this is handled with the delimiter command. This means that no transactional savepoint is set at the start of the instruction block and the BEGIN clause used in this context has no effect on the current transaction.
https://dev.mysql.com/doc/refman/5.7/en/binary-log-formats.html
You can cause this format to be used by starting the server with --binlog-format=STATEMENT. This helps to eliminate issues when replicating certain statements between a source and replica which are using different storage engines. If MySQL cannot ...
https://dev.mysql.com/doc/refman/5.7/en/blob.html
This means that, if the index requires unique values, duplicate-key errors occur for values that differ only in the number of trailing spaces. This is in contrast to all other data types, for which storage is allocated once per column when the table ... A BLOB is a binary large object that can hold a variable amount of ...
https://dev.mysql.com/doc/refman/5.7/en/char.html
This means that all CHAR, VARCHAR, and TEXT values are compared without regard to any trailing spaces. “Comparison” in this context does not include the LIKE pattern-matching operator, for which trailing spaces are significant. The CHAR and ...
https://dev.mysql.com/doc/refman/5.7/en/character-arrays.html
In some cases, this is the same as the <upper> array, which means that sorting is case-insensitive. Each simple character set has a configuration file located in the sql/share/charsets directory. For a character set named MYSYS, the file is named ...