Search



Search Results
Displaying 681 to 690 of 2096 total results
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 ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html
(Bug #91699, Bug #99069, Bug #28367300, Bug #30835272, WL #13380) Refactored the Connector/Python build system by removing artifacts of old implementations, improved debugging, and now statically link the C extensions. Connector/Python returns an ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-27.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed In Connector/Python 8.0.26, the capability was introduced for applications that use the classic MySQL connections for accounts that use the authentication_kerberos server-side ...(WL #14669) Improved the DMG package as previously it assumed that XCode was installed to provide the Python ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configuration-file.html
Upon the completion of the deployment described in this guide, the MySQL configuration file (/etc/my.cnf) contains these configuration settings: [mysqld] datadir=/usr/local/mysql/data socket=/tmp/mysql.sock port=3306 ...
Displaying 681 to 690 of 2096 total results