Search



Search Results
Displaying 841 to 850 of 1437 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-logging.html
The mysql client can do these types of logging for statements executed interactively: On Unix, mysql writes the statements to a history file. By default, this file is named .mysql_history in your home directory. To specify a different file, set the ...
https://dev.mysql.com/doc/refman/8.4/en/mysqld-multi.html
--silent Command-Line Format --silent Type Boolean Default Value false Silent mode; disable warnings. The [mysqld] or [mysqld_safe] groups can be used for common options read by all instances of mysqld or mysqld_safe. You can specify a ...
https://dev.mysql.com/doc/refman/8.4/en/show-create-table.html
row *************************** Table: t1 Create Table: CREATE TABLE `t1` ( `c1` int NOT NULL, PRIMARY KEY (`c1`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=COMPACT When creating a table with strict mode disabled, ... SHOW CREATE TABLE tbl_name Shows the CREATE TABLE statement that creates the named ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-auto-reconnect.html
Reconnection affects the connection-related state as follows: Rolls back any active transactions and resets autocommit mode. The MySQL client library can perform an automatic reconnection to the server if it finds that the connection is down when ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-13.html
Default value is 10000 (10s), and a value of 0 disables timeout, which makes Connector/J wait for the underlying socket to time out instead. (Bug #28246270, Bug #91421) A new connection property, sslMode, has been introduced to replace the ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
Also, the xdevapi.ssl-enable connection option has been replaced by the xdevapi.ssl-mode option, which has DISABLED, REQUIRED (default), VERIFY_CA, and VERIFY_IDENTITY as its permitted values; see the description for the new option in Configuration ... MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean-cmdline.html
The MySQL AI Installer can also be run in command-line mode, without invoking the installation GUI. If no certificates and keys are provided for any of the two components, encrypted communication with the component is disabled, unless self-signed ...Install Without Satisfying Minimum Requirements --skip-requirements: Install even if the system does not satisfy the minimum ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup-online-backup.html
This section describes how to configure a backup profile that defines what should be backed up, where the backup should be stored, and when (the frequency) it should be backed up. With an active MySQL connection tab open, select MySQL Enterprise ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-main-menu.html
This is enabled (and triggered) by default, and can be disabled with Preferences, SQL Editor, Automatically Start Code Completion. When an SQL query tab is selected, the most important items on the main menu bar are the Query and Edit menus. SQL ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-debugging-profiling.html
Setting it to "DISABLED" turns off generating OpenTelemetry instrumentation by Connector/J. logger The name of a class that implements 'com.mysql.cj.log.Log' that will be used to log messages to. Default Value com.mysql.cj.log.StandardLogger Since ...
Displaying 841 to 850 of 1437 total results