Search Results
https://dev.mysql.com/doc/refman/8.4/en/windows-restrictions.html
The following restrictions apply to use of MySQL on the Windows platform: Process memory On Windows 32-bit platforms, it is not possible by default to use more than 2GB of RAM within a single process, including MySQL. File system aliases When using ...This is because the physical address limit on Windows 32-bit is 4GB and the default setting within Windows is to split the virtual address space between kernel (2GB) and user/applications ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-encrypted-connections.html
To enable configuring support for encrypted connections, X Plugin has mysqlx_ssl_xxx system variables, which can have different values from the ssl_xxx system variables used with MySQL Server. For example, X Plugin can have SSL key, certificate, and ... This section explains how to configure X Plugin to use encrypted ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-summary.html
*.ibz Compressed form of InnoDB data files from the MySQL data directory. The backup_history and backup_progress tables created by mysqlbackup use the CSV format, so the backup always includes some files with this extension. The backup_history and ... The following table shows the different types of files that are included in a single-file backup image or a directory ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.verify.html
The following is a sample command for validating a backup image and the output for the successful validation: $ mysqlbackup --backup-image=/home/meb/mysql/backups/testback3.mbi validate MySQL Enterprise Backup Ver 8.4.0-commercial for Linux on ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/partial.html
By default, all the files under the database subdirectories in the data directory are included in the backup, so that the backup includes data from all MySQL storage engines, any third-party storage engines, and even any non-database files in that ...This section explains options you can use to selectively back up or exclude ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-upgrade.html
Important You may encounter technical challenges during a server upgrade or downgrade, and it is beyond the function of MySQL Enterprise Backup, as a backup tool, to ensure a successful server upgrade or downgrade. Users interested in the topic are ...Downgrading to a lower series (for example, from 8.4 to 8.0) might cause server crashes or data ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-vector-store-load.html
Place the files that you want to load in the vector store directory that you specified in the MySQL AI installer. To test the steps in this topic, create a folder demo-directory inside the vector store director /var/lib/mysql-files for storing files ... This section describes how to generate vector embeddings for files or folders, and load the embeddings into a vector store ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-sql-editor.html
This section provides configuration options that affect the SQL editor functionality in MySQL Workbench. Permits saving and reloading the SQL editor tabs after MySQL Workbench is closed and reopened (including after an unexpected shutdown). Scripts ...Auto-save scripts interval: [ 10 seconds ] Frequency of the automatic ...
https://dev.mysql.com/doc/workbench/en/wb-tutorial-plugins-php-pdo.html
MySQL Workbench includes a plugin that generates PHP code with the mysqli extension. This tutorial shows how to generate code with the PDO_MySQL extension for PHP. $e->getMessage(); } """ % params mforms.Utilities.set_clipboard_text(text) ...You ...
https://dev.mysql.com/doc/connectors/en/connecting-using-kerberos.html
Kerberos is a ticket-based server-client mutual authentication protocol that is supported by the MySQL Server (commercial versions only) . Kerberos Authentication Workflow The main usage of Kerberos authentication in MySQL is to allow users to ...