Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-examples.html
Examples of using Connector/J are located throughout this document. This section provides a summary and links to these examples. Example 3.4, “Connector/J: Obtaining a connection from the DriverManager” Example 3.5, “Connector/J: Using ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-introduction.html
MySQL Connector/ODBC provides both driver-manager based and native interfaces to the MySQL database, with full support for MySQL functionality, including stored procedures, transactions and full Unicode compliance. The MySQL Connector/ODBC is the ...
https://dev.mysql.com/doc/connectors/en/connector-python-coding.html
Since Python already has convenient modules such as pickle and cPickle to read and write data structures on disk, data that you choose to store in MySQL instead is likely to have special characteristics: Too large to all fit in memory at one time.
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-introduction.html
MySQL Connector/ODBC provides both driver-manager based and native interfaces to the MySQL database, with full support for MySQL functionality, including stored procedures, transactions and full Unicode compliance. The MySQL Connector/ODBC is the ...
https://dev.mysql.com/doc/connector-python/en/connector-python-coding.html
Since Python already has convenient modules such as pickle and cPickle to read and write data structures on disk, data that you choose to store in MySQL instead is likely to have special characteristics: Too large to all fit in memory at one time.
https://dev.mysql.com/doc/internals/en/command-phase.html
In the command phase, the client sends a command packet with the sequence-id [00]: 13 00 00 00 03 53 ...
https://dev.mysql.com/doc/internals/en/error-messages-old-versions.html
Before MySQL 5.0.3, error messages are stored in errmsg.txt files in the language directories under sql/share. The procedure involves adding the English message to the english/errmsg.txt file and running a script that adds the message to the other ...In practice, no new error messages should be added to error message files for versions of MySQL prior to ...
https://dev.mysql.com/doc/internals/en/out-parameter-set.html
Starting with MySQL 5.5.3, prepared statements can bind OUT parameters of stored procedures. They are returned as an extra resultset in the multi-resultset response. The client announces it can handle OUT parameters by settting the ...
https://dev.mysql.com/doc/internals/en/overview.html
The MySQL protocol is used between MySQL Clients and a MySQL Server.
https://dev.mysql.com/doc/internals/en/subtest-case.html
Please use exact the formatting "# Bug#nnnnn <Title>" Example: # Bug#3671 Stored procedure crash if function has "set @variable=param" because it does not look nice to see so many different variants like "BUG #nnnnn", "bug #nnnnn - Title" often even ... Write a comment if the next subtest revealed a bug in ...