PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.4Kb
Man Pages (Zip)
- 378.4Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/en/mysql-configurator-cli.html
The error log contains a record of mysqld startup and shutdown times. MySQL Configurator supports GUI (default) and CLI (by passing in --console) modes using the mysql_configurator.exe executable. Note MySQL Configurator CLI functionality was added ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-enterprise-backup.html
For these reasons, hot backups are desirable when your database “grows up” -- when the data is large enough that the backup takes significant time, and when your data is important enough to your business that you must capture every last change, ... MySQL Enterprise Backup performs hot backup operations for MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-logging.html
To cause this setting to take effect each time you log in, put it in one of your shell's startup files. The mysql client can do these types of logging for statements executed interactively: On Unix, mysql writes the statements to a history file. By ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-server.html
service-startup-timeout=seconds How long in seconds to wait for confirmation of server startup. If the server does not start within this time, mysql.server exits with an error. MySQL distributions on Unix and Unix-like system include a script named ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-tips.html
(The menu item mentioned previously sets the font and character set as just described.) To avoid those steps each time you run mysql, you can create a shortcut that invokes mysql.exe. row *************************** msg_nro: 3068 date: 2000-03-01 ...
https://dev.mysql.com/doc/refman/9.7/en/mysql.html
This forces mysql to retrieve results from the server a row at a time rather than retrieving the entire result set and buffering it in memory before displaying it. mysql is a simple SQL shell with input line editing capabilities. When used ...
https://dev.mysql.com/doc/refman/9.7/en/mysqld-multi.html
(If the option is given multiple times, the last value is used.) Command-Line Format --defaults-extra-file=filename Type File name Default Value [none] For additional information about these and other option-file options, see Section 6.2.2.3, ...
https://dev.mysql.com/doc/refman/9.7/en/mysqld-server.html
The following discussion covers these MySQL server configuration topics: Startup options that the server supports. You can specify these options on the command line, through configuration files, or both. These variables reflect the current state and ...
https://dev.mysql.com/doc/refman/9.7/en/mysqldm.html
The diagnostics monitor mysqldm enables you to collect diagnostic data on your MySQL server. It runs a series of queries and generates JSON files containing the results of those queries. The number of iterations is configurable, as is the delay ...
https://dev.mysql.com/doc/refman/9.7/en/mysqlshow.html
This option can be used multiple times to increase the amount of information. The mysqlshow client can be used to quickly see which databases exist, their tables, or a table's columns or indexes. The same information can be obtained by using those ...