Search



Search Results
Displaying 1761 to 1770 of 3329 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-example.html
Replace the generic connection string with one that is appropriate for your MySQL server configuration. Insert the following code into the existing Program.cs file, replacing the default C# code. The Code First approach enables you to define an ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation.html
You receive all the necessary libraries and other files pre-built, with an installer program or batch script to perform all necessary copying and configuration. Both kinds of drivers are provided in the same download package, and are both installed ... This section explains where to download Connector/ODBC, and how to run the installer, copy the files manually, or build from ...
https://dev.mysql.com/doc/internals/en/source-directory-listing.html
Directory — Short Comment bdb — The Berkeley Database table handler BitKeeper — BitKeeper administration (not part of the source distribution) BUILD — Frequently used build scripts client — Client library cmd-line-utils — Command-line ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndberror.html
Important It is not recommended to write application programs which are dependent on specific error codes. MySQL Error code: This is the corresponding MySQL Server error code. MySQL error codes are not discussed in this document; please see Server ... This section provides information about the NdbError data structure, which contains status and other information about errors, including error codes, classifications, and ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-0-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed For the ANSI driver, converting to and from the character set specified by the CHARSET connection option is now performed by the MySQL server rather than being done inside the ...(WL #16171) The charset connection option is now deprecated for the Unicode driver, and setting it to a non-empty value via SQLConnect() or SQLDriverConnect() emits a ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-install-tuning-memory.html
For example, if you have installed MySQL Enterprise Service Manager on a well-resourced server with a 64-bit operating system, 64GB of RAM, and are monitoring more than 100 agents, increasing the heap size to 5 or 6GB may be necessary. This depends ... This section describes how to adjust the resources available to your MySQL Enterprise Service Manager ...
https://dev.mysql.com/doc/refman/8.4/en/account-locking.html
The server increments the Locked_connects status variable that indicates the number of attempts to connect to a locked account, returns an ER_ACCOUNT_HAS_BEEN_LOCKED error, and writes a message to the error log: Access denied for user ... MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/apis-perl.html
For an example of reading options from option files, see Section 7.8.4, “Using Client Programs in a Multiple-Server Environment”. Optionally, the DBD module for any other type of database server you want to access. For printed information, the ... The Perl DBI module provides a generic interface for database ...
https://dev.mysql.com/doc/refman/8.4/en/backup-strategy-example.html
You should include such options as necessary to enable client programs to connect to the MySQL server. Assume also that the MySQL server is under load at the time of the crash. Assume that data is stored in the InnoDB storage engine, which has ...
https://dev.mysql.com/doc/refman/8.4/en/create-database.html
When you create a database, let the server manage the directory and the files in it. CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name [create_option] ... create_option: [DEFAULT] { CHARACTER SET [=] charset_name | COLLATE [=] collation_name | ...
Displaying 1761 to 1770 of 3329 total results