Search



Search Results
Displaying 181 to 190 of 568 total results
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-63.html
The migration wizard automatically creates all necessary scripts for all supported platforms and servers. SQL Editor Auto-Completion The SQL editor auto-completion improvements include the following changes: It now functions with all statement ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
AutoEnlist , Auto Enlist Default: true If AutoEnlist is set to true, which is the default, a connection opened using TransactionScope participates in this scope, it commits when the scope commits and rolls back if TransactionScope does not commit.
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
AutoEnlist , Auto Enlist Default: true If AutoEnlist is set to true, which is the default, a connection opened using TransactionScope participates in this scope, it commits when the scope commits and rolls back if TransactionScope does not commit.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-agent-rights.html
If you intend to automatically create the less-privileged users, General and Limited, you must also grant the Admin user CREATE USER. For example, the following GRANT statement gives the agent the required rights: GRANT SELECT, CREATE USER, ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-data-compression.html
If data storage size is not a concern, disable data compression by setting the rapid_compression session variable to OFF before loading data: mysql> SET SESSION rapid_compression=OFF; As of MySQL version 8.3.0, the default option is AUTO which ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-generated-columns.html
Before You Begin Prepare to create external tables by reviewing the following: Additional MySQL HeatWave Lakehouse Requirements MySQL HeatWave Lakehouse Privileges Supported File Format Access Object Storage Review how to create external tables ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-cli.html
windows-service-auto-start N/A win-service-auto-start, service-auto-start, auto-start, autostart bool true, false true configure, reconfigure configure-as-service=true If configured as a Windows Service, this value sets the service to start ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-persisted-variables-table.html
The persisted_variables table provides an SQL interface to the mysqld-auto.cnf file that stores persisted global system variable settings, enabling the file contents to be inspected at runtime using SELECT statements. Variables are persisted using ...
https://dev.mysql.com/doc/refman/8.4/en/server-options.html
When you assign a value to a variable, MySQL might automatically correct the value to stay within a given range, or adjust the value to the closest permissible value if only certain values are permitted. --install [service_name] Command-Line Format ... When you start the mysqld server, you can specify program options using any of the methods described in Section 6.2.2, “Specifying Program ...
https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
""" # Increment indent global indent offset = "\t" * indent indent += 1 # Emulating a generic job/task print(f"{offset}START_SLEEP") await asyncio.sleep(n) print(f"{offset}END_SLEEP") return f"I slept for {n} seconds" async def job_mysql(): ...
Displaying 181 to 190 of 568 total results