Search



Search Results
Displaying 251 to 260 of 718 total results
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
This error occurs only with MySQL tables using the TEXT or VARCHAR data types. Hebrew/CJK Characters I can correctly store extended characters in the database (Hebrew/CJK) using Connector/ODBC 5.1, but when I retrieve the data, the text is not ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
All text types including char and varchar are allowed; and blob is not considered a text type. This chapter describes the full set of MySQL Connector/NET 8.0 connection options. The protocol you use to make a connection to the server (classic MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-authentication-user-plugin.html
Design the main C# program as follows: using System; using System.Collections.Generic; using System.Linq; using System.Text; using MySql.Data.MySqlClient; namespace AuthPluginTest { class Program { static void Main(string[] args) { // Customize the ... Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql.html
This section describes how to set up your application to view MySQL trace information. The first thing you need to do is create a suitable app.config file for your application. The switch level in this case is set to Verbose to display the maximum ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-mysqlscript.html
This tutorial teaches you how to use the MySqlScript class. Depending on the circumstances, this can be more convenient than using the MySqlCommand approach. Further details of the MySqlScript class can be found in the reference documentation ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
This error occurs only with MySQL tables using the TEXT or VARCHAR data types. Hebrew/CJK Characters I can correctly store extended characters in the database (Hebrew/CJK) using Connector/ODBC 5.1, but when I retrieve the data, the text is not ...
https://dev.mysql.com/doc/internals/en/error-messages-5-0-3-higher.html
Each message line consists of a tab, a short language code, a space, and the text of the error message within double quote ('"') characters. Be aware that if you make a mistake editing a message text file, comp_err prints a cryptic error message and ... The file you edit to add a new error message depends on your version of MySQL: MySQL 5.0.3 up to 5.5: Edit errmsg.txt MySQL 5.5 and up: Edit errmsg-utf8.txt In either case, comp_err generates the header files automatically during the MySQL build ...
https://dev.mysql.com/doc/internals/en/myisam-directory.html
They are: mi_cache.c --- for reading records from a cache mi_changed.c --- a single routine for setting a "changed" flag (very short) mi_check.c --- for checking and repairing tables. Can be used to exactly replay a set of changes to a table.
https://dev.mysql.com/doc/internals/en/query-event.html
Binlog::QUERY_EVENT: The query event is used to send text querys right the binlog. Q_INVOKERS 1-byte length + <length> bytes username and 1-byte length + <length> bytes hostname Q_UPDATED_DB_NAMES 1-byte count + <count> \0 terminated string ...
https://dev.mysql.com/doc/internals/en/rows-query-event.html
Binlog::RowsQueryEvent: Query that caused the following ROWS_EVENT Payload 1 length string.EOF query text Fields length (1) -- ignored query (string.EOF) -- query text of the current ROWS_EVENT .
Displaying 251 to 260 of 718 total results