Search Results
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-workflow.html
This does not apply to files and directories for specific products, such as the MySQL server data directory in %ProgramData% that is owned by SYSTEM. If you attempt to install a product that is incompatible with the existing MySQL server version (or ... MySQL Installer provides a wizard-like tool to install and configure new MySQL products for ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they support. For example, MySQL Connector/NET 8.0.12 would be designed to support all ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
(Bug #22972057) Connector/J failed a number of regression tests in the testsuite related to geographic information system (GIS) functions because of changes to GIS support by the MySQL server. MySQL Connectors and other MySQL client tools and ...
https://dev.mysql.com/doc/refman/9.7/en/charset-configuration.html
However, when character_set_system differs from character_set_server or character_set_client, and you input characters manually (as database object identifiers, column values, or both), these may be displayed incorrectly in output from the client or ... The MySQL server has a compiled-in default character set and ...
https://dev.mysql.com/doc/refman/9.7/en/charset.html
The default MySQL server character set and collation are utf8mb4 and utf8mb4_0900_ai_ci, but you can specify character sets at the server, database, table, column, and string literal levels. This chapter discusses the following topics: What are ...
https://dev.mysql.com/doc/refman/9.7/en/faqs-triggers.html
Is it possible for a trigger to update tables on a remote server? A.5.12. Where are triggers stored? Triggers are stored in the mysql.triggers system table, which is part of the data dictionary. Is it possible for a trigger to update tables on a ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-enterprise-security.html
MySQL Enterprise Edition provides plugins that implement security features using external services: MySQL Enterprise Edition includes an authentication plugin that enables MySQL Server to use LDAP (Lightweight Directory Access Protocol) to ...LDAP ...
https://dev.mysql.com/doc/refman/9.7/en/thread-pool.html
MySQL Enterprise Edition includes MySQL Enterprise Thread Pool, implemented using a server plugin. The default thread-handling model in MySQL Server executes statements using one thread per client connection. As more clients connect to the server ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/mysqlbackup.html
During backup operations, mysqlbackup backs up: All InnoDB tables and indexes, including: The InnoDB system tablespace, which, by default contains all the InnoDB tables. Any other files in the database subdirectories under the server's data ... The ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-features.html
For platforms that include a system supported installation of Python 3, MySQL Shell uses the most recent version available, with a minimum supported version of Python 3.6. X DevAPI enables developers to work with both relational and document data ...