Search



Search Results
Displaying 1501 to 1510 of 3829 total results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
Such code does not require the X Plugin and can communicate with older versions of the MySQL Server using the legacy protocol. This contrasts with X DevAPI and X DevAPI for C applications, which expect MySQL Server 8.0. The server public key is ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-19.html
Be sure to confirm that the platform operating system running your application also supports TLSv1.3 before using it exclusively for connections. Instead, a single DNS domain can map to multiple targets (servers) using SRV address records. For .NET ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET supports TLS protocol versions TLSv1, TLSv1.1, TLSv1.2, and ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-3-0.html
(Bug #116559, Bug #37250400) The following Connector/ODBC Connection Parameters can now be configured on the ODBC administrator GUI: readtimeout writetimeout OPENTELEMETRY (WL #16587) Bugs Fixed The MSI installer checked for the wrong version of ...
https://dev.mysql.com/doc/refman/8.4/en/cannot-create.html
For example, to specify a directory of C:\temp, use these lines: [mysqld] tmpdir=C:/temp The C:\temp directory must exist and have sufficient space for the MySQL server to write to. Make sure that the MySQL server can write to the tmpdir directory.
https://dev.mysql.com/doc/refman/8.4/en/drop-function-loadable.html
It requires the DELETE privilege for the mysql system schema because it removes the row from the mysql.func system table that registers the function. During the normal startup sequence, the server loads functions registered in the mysql.func table.
https://dev.mysql.com/doc/refman/8.4/en/group-replication-functions-for-new-primary.html
The following function enables you to set a member of a single-primary replication group to take over as the primary. The current primary becomes a read-only secondary, and the specified group member becomes the read-write primary. The function can ...
https://dev.mysql.com/doc/refman/8.4/en/implicit-commit.html
The statements listed in this section (and any synonyms for them) implicitly end any transaction active in the current session, as if you had done a COMMIT before executing the statement. Most of these statements also cause an implicit commit after ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-compression-tuning-monitoring.html
The information in these tables is system-wide: it summarizes the compression statistics across all compressed tables in your database. It involves relatively low overhead on the server, so you might query it periodically on a production server to ... Overall application performance, CPU and I/O utilization and the size of disk files are good indicators of how effective compression is for your ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-source.html
The procedure for doing this is almost identical to the procedure used to compile the standard MySQL Server binaries for Windows, and uses the same tools. However, there are two major differences: MySQL NDB Cluster 8.4 is built from the MySQL Server ... Oracle provides precompiled NDB Cluster binaries for Windows which should be adequate for most ...
https://dev.mysql.com/doc/refman/8.4/en/security.html
When thinking about security within a MySQL installation, you should consider a wide range of possible topics and how they affect the security of your MySQL server and related applications: General factors that affect security. Access control and ...These include choosing good passwords, not granting unnecessary privileges to users, ensuring application security by preventing SQL injections and data corruption, and ...
Displaying 1501 to 1510 of 3829 total results