Search



Search Results
Displaying 1091 to 1100 of 5220 total results
https://dev.mysql.com/doc/apis-php/en/index.html
Abstract This manual describes the PHP extensions that interact with MySQL. For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. Documentation for each extension resides in the PHP ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-walkthrough.html
Use GRANT to set up an account with a user name of myuser that can connect from system BETA using a password of myuser to the database test: GRANT ALL ON test.* to 'myuser'@'BETA' IDENTIFIED BY 'mypassword'; For more information about MySQL ...These ... A typical situation where you would install Connector/ODBC is to access a database on a Linux or Unix host from a Windows ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-query.html
ccnx.query('DROP TABLE IF EXISTS t') ccnx.query('CREATE TABLE t (i INT NOT NULL AUTO_INCREMENT PRIMARY KEY)') ccnx.query('INSERT INTO t (i) VALUES (NULL),(NULL),(NULL)') ccnx.query('SELECT LAST_INSERT_ID()') row = ccnx.fetch_row() ...raw_as_string ...
https://dev.mysql.com/doc/internals/en/error-message-multiple-versions.html
(The discussion uses the name errmsg.txt, but when you cross the boundary from before MySQL 5.5 to 5.5 or higher, you should use errmsg-utf8.txt instead.) Let GA reference the most recent stable version. For example, if MySQL 5.1 is GA, and MySQL ...
https://dev.mysql.com/doc/internals/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-26.html
This capability is implemented using the Attributes property of the MySqlCommand class: myCommand.Attributes.SetAttribute("queryAttribute", "value of the query attribute"); myCommand.Attributes.SetAttribute("queryAttribute2", DateTime.Now); For more ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols now are deprecated and support for them is subject to removal in a future version of ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-3-0.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Calling the MySqlDataReader.GetString() method now throws an InvalidCastException exception if the associated column is not a string type. (WL ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-29.html
Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which Connector/ODBC utilizes MySQL Server's bundled OpenSSL library (MacOS, Windows, and GenLinux), MySQL Server's linked OpenSSL library was updated to ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-1-0.html
MySQL Connector/ODBC 8.1.0 is a new GA release version that supersedes the 8.0 series, and is recommended for use on production systems. This release can be used with MySQL Server version 5.7 and later. Functionality Added or Changed Bugs Fixed ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-4-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Bugs Fixed .NET applications quit unexpectedly while trying to connect to a MySQL server using Connector/ODBC. This has been fixed by compiling C/ODBC and MySQL ...
Displaying 1091 to 1100 of 5220 total results