Search



Search Results
Displaying 721 to 730 of 2264 total results
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-config.html
Syntax: cnx.config(**kwargs) Configures a MySQLConnection instance after it has been instantiated. For a complete list of possible arguments, see Section 6.7.1, “Connector/Python Connection Arguments”. You could use the config() method to ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-gac.html
If the library is installed in the GAC, you must include the connection option includesecurityasserts=true in your connection string. The following list shows steps and code fragments needed to run a Connector/NET application in a partial trust ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql.html
Next, add logging=true to the connection string in your C# application. mysql Information: 1 : 1: Connection Opened: connection string = 'server=localhost;User Id=root;database=world;port=3306 ;password=******;logging=True' mysql Information: 3 : 1: ... This section describes how to set up your application to view MySQL trace ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-entity-framework-winform-data-source.html
You can now select the localhost(world) connection you made earlier to the database. Select the following items: Yes, include the sensitive data in the connection string. Save entity connection settings in App.config as: worldEntities If you have ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-config.html
Syntax: cnx.config(**kwargs) Configures a MySQLConnection instance after it has been instantiated. For a complete list of possible arguments, see Section 7.1, “Connector/Python Connection Arguments”. You could use the config() method to change ...
https://dev.mysql.com/doc/internals/en/guided-tour-skeleton.html
Walking Through The Server Code: /sql/mysqld.cc int main(int argc, char **argv) { _cust_check_startup(); (void) thr_setconcurrency(concurrency); init_ssl(); server_init(); // 'bind' + 'listen' init_server_components(); start_signal_handler(); ...
https://dev.mysql.com/doc/internals/en/risky-handling-around-additional-sessions.html
If a disconnect <connection> or KILL <connection_id> or --exec <client program which connects to the server> occurs within a script for mysqltest than the next statements will be executed even if the disconnect or kill is not complete finished. It ...This is most probably good for the throughput of usual application but has some annoying consequences for the development of ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
(WL #10980) For X DevAPI, a new auth option can be specified in connection strings or URIs to indicate the authentication mechanism. For X DevAPI for C, a new auth setting can be specified in connection strings or URIs to indicate the authentication ...Locks can be requested several times for a given find or select ...
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-odbc/en/news-9-1-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added OpenID Connect support leveraging the new authentication_openid_connect_client client-side authentication plugin. OpenID Connect functionality is supported by MySQL ...
Displaying 721 to 730 of 2264 total results