Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-ref-web.html
MySqlWebSecurity Provides security and authentication features for ASP.NET Web Pages applications, including the ability to create user accounts, log users in and out, reset or change passwords, and perform related tasks. The MySql.Web namespace ...
https://dev.mysql.com/doc/connectors/en/connector-python-coding.html
Never concatenate a user input value into an SQL statement without doing validation and escaping first. 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 ... The following guidelines cover aspects of developing MySQL applications that might not be immediately obvious to developers coming from a Python background: For security, do not hardcode the values needed to connect and log into the database in your main ...
https://dev.mysql.com/doc/connectors/en/preface.html
GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle ... This manual describes the Connectors and APIs that can be used with ...
https://dev.mysql.com/doc/apis-php/en/preface.html
GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle ... This manual describes the PHP extensions that interact with ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-telemetry.html
Connector/NET neither creates nor provides the means to create an OTel exporter. Spans generated by the connector are sent to the same destination (trace exporter) where other spans generated by the user code are sent as configured by user code.
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-web.html
MySqlWebSecurity Provides security and authentication features for ASP.NET Web Pages applications, including the ability to create user accounts, log users in and out, reset or change passwords, and perform related tasks. The MySql.Web namespace ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-microsoft-access.html
If you still get the error Another user has changed your data after adding a TIMESTAMP column, the following trick may help you: Do not use a table data sheet view. Instead, create a form with the fields you want, and use that form data sheet view.
https://dev.mysql.com/doc/connector-odbc/en/preface.html
GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle ... This manual describes how to install, configure, and develop database applications using MySQL Connector/ODBC, the driver that allows ODBC applications to communicate with MySQL ...
https://dev.mysql.com/doc/connector-python/en/connector-python-coding.html
Never concatenate a user input value into an SQL statement without doing validation and escaping first. 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 ... The following guidelines cover aspects of developing MySQL applications that might not be immediately obvious to developers coming from a Python background: For security, do not hardcode the values needed to connect and log into the database in your main ...
https://dev.mysql.com/doc/connector-python/en/preface.html
GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle ... This manual describes how to install, configure, and develop database applications using MySQL Connector/Python, the Python driver for communicating with MySQL ...