Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-download.html
You can either: Start MySQL Shell in SQL mode and import the file by issuing: mysqlsh -u root --sql --file /tmp/world_x-db/world_x.sql Enter password: **** Set MySQL Shell to SQL mode while it is running and source the schema file by issuing: \sql ... As part of this quick-start guide, an example schema is provided which is referred to as the world_x ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-shell.html
To switch MySQL Shell to Python mode, use the \py command. This quick-start guide assumes a certain level of familiarity with MySQL Shell. The following section is a high level overview, see the MySQL Shell documentation for more information. Start ...
https://dev.mysql.com/doc/refman/8.4/en/mysqldumpslow.html
The MySQL slow query log contains information about queries that take a long time to execute (see Section 7.4.5, “The Slow Query Log”). mysqldumpslow parses MySQL slow query log files and summarizes their contents. Normally, mysqldumpslow ...
https://dev.mysql.com/doc/refman/8.4/en/string-comparison-functions.html
If you do not specify the ESCAPE character, \ is assumed, unless the NO_BACKSLASH_ESCAPES SQL mode is enabled. If the NO_BACKSLASH_ESCAPES SQL mode is enabled, the sequence cannot be empty. (Unless the NO_BACKSLASH_ESCAPES SQL mode is enabled, in ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-incremental-options.html
--incremental-base=mode:argument Command-Line Format --incremental-base=mode:argument Type String With this option, the mysqlbackup retrieves the information needed to perform incremental backups from the metadata inside the backup directory rather ... For an overview of incremental backups and usage examples for these options, see Section 4.3.3, “Making a Differential or Incremental Backup” and Section 5.1.3, “Restoring an Incremental ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/connection-options.html
--login-path=name --port=port-num --protocol={tcp|socket|pipe|memory} --pipe (alias for --protocol=pipe) --user=name (short option: -u) --host=hostname --socket=name --shared-memory-base-name=value (Windows only) --character-sets-dir=PATH ... When ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-1-0.html
(WL #15826) Bugs Fixed Executing client-side prepared statements resulted in a SQLException when the NO_BACKSLASH_ESCAPES SQL mode was enabled. Version 8.1.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.1.0 supersedes the 8.0 ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-features-connection-sharing.html
Limitations Connection sharing is not supported in PASSTHROUGH mode or if server-ssl-mode=AS_CLIENT and client-ssl-mode=PREFERRED. MySQL Router enables server connections to be pooled and shared. If a client disconnects, the server connection is ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-source-configuration-options.html
-DCMAKE_BUILD_TYPE=type The type of build to produce: Debug: Disable optimizations and generate debugging information. -DMAINTAINER_MODE=bool This is an internal option used for creating Connector/C++ distribution packages. This option is used only ...-DBUNDLE_DEPENDENCIES=bool This is an internal option used for creating Connector/C++ distribution ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
Connector/C++ defines a default set of attributes, which can be disabled or enabled. The connection-attributes parameter value must be empty (the same as specifying true), a Boolean value (true or false to enable or disable the default attribute ...