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/solaris-installation.html
Note MySQL 5.7 has a dependency on the Oracle Developer Studio Runtime Libraries; but this does not apply to MySQL 8.0. Note MySQL 8.0 supports Solaris 11.4 and higher MySQL on Solaris is available in a number of different formats. For information ...Check the notes and hints at the end of this section for Solaris specific notes that you may need before or after ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-init-startup-configuration.html
Normally, InnoDB is initialized when the MySQL server is started for the first time. You can place InnoDB options in the [mysqld] group of any option file that your server reads when it starts. The locations of MySQL option files are described in ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-table-import.html
There are many reasons why you might want to import tables: To run reports on a non-production MySQL server instance to avoid placing extra load on a production server. The page size of the tablespace must match the page size of the destination ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-config-example.html
You may also use a separate [mysql_cluster] section in the cluster my.cnf file for settings to be read and used by all executables: # cluster-specific settings [mysql_cluster] ndb-connectstring=ndb_mgmd.mysql.com:1186 For additional NDB variables ...
https://dev.mysql.com/doc/refman/8.0/en/replication-compatibility.html
MySQL supports replication from one release series to the next higher release series. For example, you can replicate from a source running MySQL 5.6 to a replica running MySQL 5.7, from a source running MySQL 5.7 to a replica running MySQL 8.0, and ...This restriction applies not only to release series, but to version numbers within the same release series as ...
https://dev.mysql.com/doc/refman/8.0/en/workbench.html
MySQL Workbench provides a graphical tool for working with MySQL servers and databases. MySQL Workbench may connect to MySQL Server 8.4 and higher but some MySQL Workbench features may not function with those newer server versions. For more ...This ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-drop-table.html
--connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 Maximum Value 12 Number of times to retry connection before giving up. Usage ndb_drop_table -c connection_string tbl_name -d db_name Options that ...
https://dev.mysql.com/doc/refman/8.0/en/alter-table.html
This is a MySQL extension to standard SQL, which permits only one of each clause per ALTER TABLE statement. InnoDB in MySQL 8.0.17 and later supports addition of multi-valued indexes on JSON columns using a key_part specification can take the form ... ALTER TABLE tbl_name [alter_option [, alter_option] ...] [partition_options] alter_option: { table_options | ADD [COLUMN] col_name column_definition [FIRST | AFTER col_name] | ADD [COLUMN] (col_name column_definition,...) | ADD {INDEX | KEY} [index_name] [index_type] (key_part,...) [index_option] ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-online-operations.html
MySQL NDB Cluster 8.0 supports online table schema changes using ALTER TABLE ... For ALGORITHM=COPY, the mysqld NDB Cluster handler performs the following actions: Tells the data nodes to create an empty copy of the table, and to make the required ...NDB Cluster handles COPY and INPLACE as described in the next few ...
https://dev.mysql.com/doc/refman/8.0/en/create-tablespace.html
MySQL NDB Cluster also supports tablespaces using the NDB storage engine. The UNDO keyword, introduced in MySQL 8.0.14, must be specified to create an undo tablespace. The rounding just described is done explicitly, and a warning is issued by the ...