Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-encrypted-innodb.html
For details on how the MySQL server encrypts and decrypts InnoDB tablespaces, see InnoDB Data-at-Rest Encryption—it explains concepts like master key and tablespace keys, which are important for understanding how MySQL Enterprise Backup works with ...The encrypted undo and redo tablespaces are handled the same way as the encrypted tablespaces for InnoDB ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-full-text-plugins.html
MySQL supports server-side full-text parser plugins with MyISAM and InnoDB. This plugin performs parsing based on simpler rules than those used by the MySQL built-in full-text parser: Words are nonempty runs of whitespace characters. The ...For ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-generate-content.html
The following sections in this topic describe how to generate new text-based content using the GenAI feature of MySQL AI: Before You Begin Generating Content Running Batch Queries What's Next Before You Begin Review the GenAI requirements and ...
https://dev.mysql.com/doc/workbench/en/wb-home.html
When started, MySQL Workbench opens to the home screen tab. In addition, the home screen provides quick access to MySQL connections, models, and the MySQL Workbench Migration Wizard. As depicted in the following figure, a home-screen side panel ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-snippets.html
The My Snippets option stores custom snippets in a file under the MySQL Workbench user's configuration directory. Figure 8.7 SQL Snippets: Usage Local Snippets (My Snippets) Local snippets are stored in the MySQL Workbench directory. Table 8.1 ...
https://dev.mysql.com/doc/connectors/en/connector-j-testing.html
To run the tests, in addition to fulfilling the requirements described in Section 3.3.3, “Installing from Source”, you must also set the following properties in the build.properties file or through the Ant -D options: com.mysql.cj.testsuite.jvm: ... The Connector/J source code repository or packages that are shipped with source code include an extensive test suite, containing test cases that can be executed ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-authentication-user-plugin.html
Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET applications. For background and usage information about MySQL authentication plugins, see Authentication Plugins and Writing ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-windows.html
The MySQL client library and include files from MySQL 8.0 or higher for Connector/ODBC 9.3, or MySQL 5.7 for Connector/ODBC 5.3. Set MYSQL_DIR to the MySQL server installation path, while using the short-style file names. cmake looks for the client ... You only need to build Connector/ODBC from source on Windows to modify the source or installation ...
https://dev.mysql.com/doc/connectors/en/connector-python-installation-source.html
Prerequisites for Compiling Connector/Python with the C Extension Source distributions include the C Extension that interfaces with the MySQL C client library. For installing the classic interface only: MySQL Server binaries (server may be installed ...Source distributions are packaged in two formats: Zip archive format (.zip file) Compressed tar archive format (.tar.gz file) Either of the two packaging formats can be used on any platforms, but Zip archives are more commonly used on Windows systems and tar archives on Unix and Unix-like ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-authentication-user-plugin.html
Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET applications. For background and usage information about MySQL authentication plugins, see Authentication Plugins and Writing ...