PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
Displaying 391 to 400
of 408 total results
- « Previous
- 38
- 39
- 40
- 41
- Next »
https://dev.mysql.com/doc/refman/5.7/en/solaris-installation-pkg.html
You must have root privileges to perform this operation: $> pkgadd -d mysql-5.7.44-solaris11-x86_64.pkg The following packages are available: 1 mysql MySQL Community Server (GPL) (i86pc) 5.7.44 Select package(s) you wish to process (or 'all' to ...
https://dev.mysql.com/doc/refman/5.7/en/start-group-replication.html
If super_read_only=ON and the member should join as a primary, super_read_only is set to OFF once Group Replication successfully starts. A server that participates in a group in single-primary mode should use skip_replica_start=ON. Otherwise, the ...
https://dev.mysql.com/doc/refman/5.7/en/start-slave.html
START SLAVE [thread_types] [until_option] [connection_options] [channel_option] thread_types: [thread_type [, thread_type] ... ] thread_type: IO_THREAD | SQL_THREAD until_option: UNTIL { {SQL_BEFORE_GTIDS | SQL_AFTER_GTIDS} = gtid_set | ...
https://dev.mysql.com/doc/refman/5.7/en/starting-server-troubleshooting.html
If you get Errcode 13 (which means Permission denied) when starting mysqld, this means that the privileges of the data directory or its contents do not permit server access. This section provides troubleshooting suggestions for problems starting ...
https://dev.mysql.com/doc/refman/5.7/en/stop-group-replication.html
As soon as you issue STOP GROUP_REPLICATION the member is set to super_read_only=ON, which ensures that no writes can be made to the member while Group Replication stops. Any other replication channels running on the member are also stopped. Warning ...
https://dev.mysql.com/doc/refman/5.7/en/stop-slave.html
] thread_type: IO_THREAD | SQL_THREAD channel_option: FOR CHANNEL channel Stops the replication threads. Recommended best practice is to execute STOP SLAVE on the replica before stopping the replica server (see Section 5.1.16, “The Server Shutdown ...
https://dev.mysql.com/doc/refman/5.7/en/string-functions.html
To use this function, the file must be located on the server host, you must specify the full path name to the file, and you must have the FILE privilege. For functions that operate on string positions, the first position is numbered 1. For functions ...
https://dev.mysql.com/doc/refman/5.7/en/truncate-table.html
Logically, TRUNCATE TABLE is similar to a DELETE statement that deletes all rows, or a sequence of DROP TABLE and CREATE TABLE statements. To achieve high performance, it bypasses the DML method of deleting data. Thus, it cannot be rolled back, it ...
https://dev.mysql.com/doc/refman/5.7/en/uninstall-plugin.html
It requires the DELETE privilege for the mysql.plugin system table because it removes the row from that table that registers the plugin. UNINSTALL PLUGIN plugin_name This statement removes an installed server plugin. plugin_name must be the name of ...
https://dev.mysql.com/doc/refman/5.7/en/use.html
This statement requires some privilege for the database or some object within it. USE db_name The USE statement tells MySQL to use the named database as the default (current) database for subsequent statements. The named database remains the ...
Displaying 391 to 400
of 408 total results
- « Previous
- 38
- 39
- 40
- 41
- Next »