Search

Download this Manual
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


Displaying 121 to 130 of 869 total results
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-mgm-definition.html
When this occurs, the old log file is renamed by appending .N to the file name, where N is the next number not yet used with this name. The [ndb_mgmd] section is used to configure the behavior of the management server. If multiple management ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-mgmd.html
By default, when the size of the cluster log reaches one million bytes, the file is renamed to ndb_node_id_cluster.log.seq_id, where seq_id is the sequence number of the cluster log file. The management server is the process that reads the cluster ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-server.html
For backward compatibility, it also reads [mysql_server] sections, but to be current you should rename such sections to [mysql.server]. MySQL distributions on Unix and Unix-like system include a script named mysql.server, which starts the MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-ssl-rsa-setup.html
This program creates the SSL certificate and key files and RSA key-pair files required to support secure connections using SSL and secure password exchange using RSA over unencrypted connections, if those files are missing. mysql_ssl_rsa_setup can ...
https://dev.mysql.com/doc/refman/5.7/en/mysqlcheck.html
The default behavior of checking tables (--check) can be changed by renaming the binary. The mysqlcheck client performs table maintenance: It checks, repairs, optimizes, or analyzes tables. Each table is locked and therefore unavailable to other ...
https://dev.mysql.com/doc/refman/5.7/en/mysqld-safe.html
For example, if you specify a [mysqld] section like this, mysqld_safe finds and uses the --log-error option: [mysqld] log-error=error.log For backward compatibility, mysqld_safe also reads [safe_mysqld] sections, but to be current you should rename ... mysqld_safe is the recommended way to start a mysqld server on ...
https://dev.mysql.com/doc/refman/5.7/en/replication-features-current-user.html
In some cases, such as statements that change passwords, the function reference is expanded before it is written to the binary log, so that the statement includes the user name. For all other cases, the name of the current user on the source is ...
https://dev.mysql.com/doc/refman/5.7/en/replication-features-flush.html
In addition, if you use FLUSH TABLES when renaming a MyISAM table that is part of a MERGE table, you must issue FLUSH TABLES manually on the replicas. Some forms of the FLUSH statement are not logged because they could cause problems if replicated ...
https://dev.mysql.com/doc/refman/5.7/en/windows-troubleshooting.html
Be sure to delete or rename any old configuration files when upgrading MySQL. When installing and running MySQL for the first time, you may encounter certain errors that prevent the MySQL server from starting. This section helps you diagnose and ...
https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html
A simple description of this mode is “give an error instead of a warning” when inserting an incorrect value into a column. It does not apply to TIMESTAMP columns, which always require a valid date. Normally, you generate the next sequence number ... The MySQL server can operate in different SQL modes, and can apply these modes differently for different clients, depending on the value of the sql_mode system ...
Displaying 121 to 130 of 869 total results