Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-summary.html
The binary log files are compressed and saved with the .bz extension when being included in a compressed backup. Their inclusion saves the time and resources required for fetching the relay logs from the source when the replica is being restored.
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-query-panel.html
The statements entered can be saved to a file or snippet for later use. To save a snippet of code entered into the query editor, click Save SQL to Snippets List () from the SQL query toolbar, enter a name (optional), and click OK. The SQL query ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/server-error-reference.html
Error number: 3550; Symbol: ER_IS_QUERY_INVALID_CLAUSE; SQLSTATE: HY000 Message: Information schema queries do not support the '%s' clause. Error number: 3954; Symbol: ER_MISPLACED_INTO; SQLSTATE: HY000 Message: Misplaced INTO clause, INTO is not ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-export-query-results-csv-non-json.html
Therefore, instead of having queries compute results by scanning all the rows for a given range of dates, you can run queries against this aggregate table, saving both time and cost. The tenancy, bucket and the folder to save the query results are ... This topic shows the different ways to export query results as a CSV file with SQL ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
9.1.1.1.1 The File Menu Use the File menu to open a project, begin a new project, or save a project. Save Model or Save Model As: When you save a model, its name appears in the title bar of the application. If you have made changes to a project and ... Some menu items are not available in the MySQL Workbench Community Edition of this application, and are available only in the MySQL Workbench Commercial ...
https://dev.mysql.com/doc/refman/8.4/en/query-attributes.html
Examples of the ways query attributes may be used: A web application produces pages that generate database queries, and for each query must track the URL of the page that generated it. The most visible part of an SQL statement is the text of the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-export-query-results.html
After exporting query results successfully, the output displays the number of rows written and the folder created to save the export query result. As of MySQL 9.1.1-u1, you can export your query results on DB System tables and external Lakehouse ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbd-definition.html
Assume in addition that IndexStatSaveSize and IndexStatSaveScale are set to their default values (32K and 100, respectively). Read queries which set locks also cause operation records to be created. When queries make use of the unique hash index, ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-sql-editor.html
query length to store in history (in bytes): [ 65536 ] Queries that exceed this size are not be saved in the history when executed. Setting this value to 0 eliminates the limit (all queries are saved). Auto-save scripts interval: [ 10 seconds ] ...
https://dev.mysql.com/doc/workbench/en/wb-configuring-files.html
MySQL Workbench saves configuration, cache, and log-related files and directories on your system. These files are saved in a directory assigned to the current user as defined by MySQL Workbench. scripts/, modules/, and libraries/ Saved user ...