PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/backup-policy.html
This backup operation acquires a global read lock on all tables at the beginning of the dump (using FLUSH TABLES WITH READ LOCK). As soon as this lock has been acquired, the binary log coordinates are read and the lock is released. While the server ...A full backup (a snapshot of the data at a point in time) can be done in MySQL with several ...
https://dev.mysql.com/doc/refman/8.0/en/c-api-info.html
The MySQL C API Developer Guide is published in standalone form, not as part of the MySQL Reference Manual.
https://dev.mysql.com/doc/refman/8.0/en/can-not-connect-to-server.html
If you have no hostname command or are running on Windows, you can manually type the host name of your machine (without backticks) following the -h option. The fix in this case is to change the cron job to not remove mysql.sock or to place the ... A ...
https://dev.mysql.com/doc/refman/8.0/en/checking-rpm-signature.html
For example: $> gpg --export -a 3a79bd29 > 3a79bd29.asc $> rpm --import 3a79bd29.asc Alternatively, rpm also supports loading the key directly from a URL: $> rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2023 You can also obtain the MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-failure-handling.html
This section describes failure handing at different stages of a cloning operation. At this stage, the previously existing user-created data and binary logs on the recipient have also been removed. Should this scenario occur, you can either rectify ...If a failure occurs during the prerequisite check, the CLONE INSTANCE operation reports an ...
https://dev.mysql.com/doc/refman/8.0/en/command-line-options.html
In this Manual, we use dashes in option names, except where underscores are significant. An exception to this rule is the option for specifying your MySQL password. This option can be given in long form as --password=pass_val or as --password. This ... Program options specified on the command line follow these rules: Options are given after the command ...
https://dev.mysql.com/doc/refman/8.0/en/compatibility.html
In this manual, “SQL-92” refers to the standard released in 1992. This section describes how MySQL relates to the ANSI/ISO SQL standards. We are not afraid to add extensions to SQL or support for non-SQL features if this greatly increases the ...MySQL Server has many extensions to the SQL standard, and here you can find out what they are and how to use ...
https://dev.mysql.com/doc/refman/8.0/en/component-loading.html
MySQL supports manual component loading at runtime and automatic loading during server startup. This occurs even if the server is started with the --skip-grant-tables option. This means that a given INSTALL COMPONENT statement can be executed ...
https://dev.mysql.com/doc/refman/8.0/en/connection-options.html
This section describes options supported by most MySQL client programs that control how client programs establish connections to the server, whether connections are encrypted, and whether connections are compressed. Command Options for Connection ...These options can be given on the command line or in an option ...
https://dev.mysql.com/doc/refman/8.0/en/create-database.html
To use this statement, you need the CREATE privilege for the database. Creating a database directory by manually creating a directory under the data directory (for example, with mkdir) is unsupported in MySQL 8.0. CREATE {DATABASE | SCHEMA} [IF NOT ...