Search Results
https://dev.mysql.com/doc/connectors/en/connector-python-coding.html
Many of the secrets to a fast, scalable MySQL application involve using the right syntax at the very start of your setup procedure, in the CREATE TABLE statements. The following guidelines cover aspects of developing MySQL applications that might ...
https://dev.mysql.com/doc/connectors/en/differences-between-binary-and-source-distribution.html
In summary, the recommendation is to use a bdist unless pip cannot find a suitable wheel package for your setup, or if you need to custom build a wheel package for some special reasons. Installing from a wheel (bdist package) is the recommended, ...
https://dev.mysql.com/doc/connector-net/en/connector-net-authentication.html
An Oracle Cloud Infrastructure administrator can provide the basic setup for MySQL user accounts. MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a user. Pluggable authentication ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-evolution.html
The new MySqlClientPermission class, derived from the .NET DBDataPermission class, helps to simplify the permission setup. The partial trust support for MySQL Connector/NET has improved rapidly throughout the 6.5.x and 6.6.x versions. The latest ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-stored-proc.html
In such a setup, applications and users would not get any access to the database tables directly, but can only execute specific stored procedures. A stored procedure is a set of SQL statements that is stored in the server. Clients make a single ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-intro.html
In this tutorial you are encouraged to type in and run the code, modifying it as required for your setup. This section provides a gentle introduction to programming with MySQL Connector/NET. The code example is written in C#, and is designed to ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-yum.html
Make sure your Yum repository setup is up-to-date by running: $> su root $> yum update mysql-community-release You can then install Connector/ODBC by the following command: $> yum install mysql-connector-odbc See Installing Additional MySQL Products ... The MySQL Yum repository for Oracle Linux, Red Hat Enterprise Linux, CentOS, and Fedora provides Connector/ODBC RPM packages using the MySQL Yum ...
https://dev.mysql.com/doc/connector-python/en/connector-python-coding.html
Many of the secrets to a fast, scalable MySQL application involve using the right syntax at the very start of your setup procedure, in the CREATE TABLE statements. The following guidelines cover aspects of developing MySQL applications that might ...
https://dev.mysql.com/doc/connector-python/en/differences-between-binary-and-source-distribution.html
In summary, the recommendation is to use a bdist unless pip cannot find a suitable wheel package for your setup, or if you need to custom build a wheel package for some special reasons. Installing from a wheel (bdist package) is the recommended, ...
https://dev.mysql.com/doc/internals/en/bitmaps.html
Specifically there are functions for setup or teardown (bitmap_init, bitmap_free), for setting and clearing individual bits or whole sections of the bitmap (bitmap_set_bit, bitmap_fast_test_and_set, bitmap_clear_all, bitmap_set_all, ...Bitmaps are ...