Search



Search Results
Displaying 401 to 410 of 718 total results
https://dev.mysql.com/doc/workbench/en/workbench-reporting-bugs.html
The error messages, which includes text sent to stdout and the GUI. The following is a list of tips and information that is helpful for reporting a MySQL Workbench bug. A useful bug report includes: The exact steps taken to repeat the bug, ideally ...
https://dev.mysql.com/doc/connectors/en/connector-j-client-authentication.html
Also, be mindful that the password will have to be written as plain text in your Connector/J configuration file or application source code. The server may want to authenticate a client and require the client to provide an SSL certificate to it, ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-blob-clob-processing.html
blobSendChunkSize Chunk size to use when sending BLOB/CLOBs via server-prepared statements. Note that this value cannot exceed the value of 'maxAllowedPacket' and, if that is the case, then this value will be corrected automatically. Since Version ...
https://dev.mysql.com/doc/connectors/en/connector-j-server-authentication.html
Also, be mindful that the password will have to be written as plain text in your Connector/J configuration file or application source code. Server authentication via server certificate verification is enabled when the Connector/J connection ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-example.html
It consists of two entities related to a book library that are configured in the LibraryContext class (or database context). The Code First approach enables you to define an entity model in code, create a database from the model, and then add data ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core.html
In the class that derives from the DbContext class, override the OnConfiguring method to set the MySQL data provider with UseMySQL. protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) { #warning To protect potentially ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-source.html
Right-click the node and select Build from the context menu to build the solution. To determine which frameworks are supported, use a text editor to open the related project file (for example, MySql.Data.csproj in the src subdirectory) and search ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-blob.html
MySQL supports four different BLOB data types: TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB, all described in The BLOB and TEXT Types and Data Type Storage Requirements. One common use for MySQL is the storage of binary data in BLOB columns. Data ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-bulk-loader.html
MySQL Connector/NET features a bulk loader class that wraps the MySQL statement LOAD DATA INFILE. This gives Connector/NET the ability to load a data file from a local or remote host to the server, or a stream to a database (from Connector/NET ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-getschema.html
The GetSchema() method of the connection object can be used to retrieve schema information about the database currently connected to. The schema information is returned in the form of a DataTable. Different forms of the GetSchema() method can be ...
Displaying 401 to 410 of 718 total results