PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-what-is-new-7-5.html
Using this relationship you can write a join on these two tables to obtain the default, maximum, minimum, and current values for one or more NDB Cluster configuration parameters by name. Prior to NDB 7.5.4, the default for this variable was DYNAMIC; ... Major changes and new features in NDB Cluster 7.5 which are likely to be of interest are shown in the following list: ndbinfo ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-enterprise-backup.html
For more information, see the MySQL Enterprise Backup manual, available at https://dev.mysql.com/doc/mysql-enterprise-backup/en/. This type of backup does not block normal database operations, and it captures even changes that occur while the backup ... MySQL Enterprise Backup performs hot backup operations for MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-enterprise-monitor.html
For information about MySQL Enterprise Monitor behavior, see the MySQL Enterprise Monitor manual: https://dev.mysql.com/doc/mysql-monitor/en/. After this date, MySQL Enterprise Monitor will no longer receive security updates, non-security updates, ...Important MySQL Enterprise Monitor will be end of life and deprecated with obsolescence as of January 1, ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-installer.html
If this version is not installed on the host computer, you can download it by visiting the Microsoft website. Alternatively, you can retrieve an updated manifest manually by clicking Catalog in the MySQL Installer dashboard. MySQL Installer is a ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-plugin.html
It provides an alternative to manually specifying the --plugin-load option at server startup or using the INSTALL PLUGIN and UNINSTALL PLUGIN statements at runtime. (To perform this operation, mysql_plugin invokes the MySQL server in bootstrap mode.
https://dev.mysql.com/doc/refman/5.7/en/mysqlcheck.html
(This is also true for the MySQL upgrade procedure if it determines that table checking is needed because it processes tables the same way.) mysqlcheck must be used when the mysqld server is running, which means that you do not have to stop the ...
https://dev.mysql.com/doc/refman/5.7/en/ndb-restore-to-different-version.html
Since it is possible to restore metadata and table data separately, you can in such cases restore the table schemas from a dump made using mysqldump, or by executing the necessary CREATE TABLE statements manually, then import only the table data ...
https://dev.mysql.com/doc/refman/5.7/en/postinstallation.html
This section discusses tasks that you should perform after installing MySQL: If necessary, initialize the data directory and create the MySQL grant tables. For other platforms and installation types, you must initialize the data directory manually.
https://dev.mysql.com/doc/refman/5.7/en/problems-connecting.html
For distributions that do not do this, you must initialize the data directory manually. To correct this when you invoke a client program, specify a --port option to indicate the proper port number, or a --socket option to indicate the proper named ... If you encounter problems when you try to connect to the MySQL server, the following items describe some courses of action you can take to correct the ...
https://dev.mysql.com/doc/refman/5.7/en/replication-bugs.html
In this case, the replication SQL thread stops and waits for you to clean up the tables manually to bring them into synchrony. When you have determined that there is no user error involved, and replication still either does not work at all or is ...