Search



Search Results
Displaying 1381 to 1390 of 5220 total results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-2-0.html
Version 9.2.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 9.2.0 supersedes 9.1 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. It supports the Java Database ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-3-0.html
Version 9.3.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 9.3.0 supersedes 9.2 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. (Bug #20802830) When using a ...It ...
https://dev.mysql.com/doc/mysql-router/9.4/en/router-tls-cache.html
MySQL Router uses the following caches: Client TLS session cache: Caches TLS session from the client to MySQL Router. Server TLS session cache: Caches TLS sessions from the MySQL Router to the server. TLS sessions from client to router and router ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + "CertificateFile=H:\\git\\mysql-trunk\\mysql-test\\std_data\\client.pfx;" + "CertificatePassword=pass;" + "SslMode=Required ")) { connection.Open(); } The ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + "CertificateFile=H:\\git\\mysql-trunk\\mysql-test\\std_data\\client.pfx;" + "CertificatePassword=pass;" + "SslMode=Required ")) { connection.Open(); } The ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-full-text-plugins.html
That is, when the plugin parsing function is called, it should process the input to extract the text and pass the text to the mysql_parse callback. The first parameter for this callback function should be the param value itself: ... MySQL supports ...For introductory information about full-text parser plugins, see Full-Text Parser ...
https://dev.mysql.com/doc/workbench/en/workbench-reporting-bugs.html
The following is a list of tips and information that is helpful for reporting a MySQL Workbench bug. The log file location can be found using Help, Locate Log Files from within MySQL Workbench. Where to report a bug Visit http://bugs.mysql.com/ and ...A useful bug report includes: The exact steps taken to repeat the bug, ideally as a video if the bug is tricky to ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-string.html
The following is a sample connection string: "server=127.0.0.1;uid=root;pwd=12345;database=test" In this example, the MySqlConnection object is configured to connect to a MySQL server at 127.0.0.1, with a user name of root and a password of 12345.
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-string.html
The following is a sample connection string: "server=127.0.0.1;uid=root;pwd=12345;database=test" In this example, the MySqlConnection object is configured to connect to a MySQL server at 127.0.0.1, with a user name of root and a password of 12345.
https://dev.mysql.com/doc/refman/8.4/en/query-attributes.html
An application passes extra processing information with each query, for use by a plugin such as an audit plugin or query rewrite plugin. MySQL supports these capabilities without the use of workarounds such as specially formatted comments included ... The most visible part of an SQL statement is the text of the ...
Displaying 1381 to 1390 of 5220 total results