Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-nongac.html
When deploying a web application to a Shared Hosted environment, where this environment is configured to run all their .NET applications under a partial or medium trust level, you might not be able to install the MySQL Connector/NET library in the ...
https://dev.mysql.com/doc/internals/en/innodb-page-example.html
For this example, I used Borland's TDUMP again, as I did for the earlier chapter on Record Format. This is what a page looked like: Address Values in Hexadecimal Values in ASCII 0D4000: 00 00 00 00 00 00 00 35 FF FF FF FF FF FF FF FF ...
https://dev.mysql.com/doc/internals/en/format-description-event.html
create_timestamp (4) -- seconds since Unix epoch when the binlog was created event_header_length (1) -- length of the Binlog Event Header of next events. Note added in MySQL 5.0.0 as replacement for START_EVENT_V3 Payload 2 binlog-version string[50] ... Binlog::FORMAT_DESCRIPTION_EVENT: A format description event is the first event of a binlog for ...
https://dev.mysql.com/doc/refman/8.4/en/upgrading-what-is-upgraded.html
If the data dictionary is out of date but the server is prevented from upgrading it, the server does not run, and exits with an error instead. For example: [ERROR] [MY-013381] [Server] Server shutting down because upgrade is required, yet prohibited ... Installing a new version of MySQL may require upgrading these parts of the existing installation: The mysql system schema, which contains tables that store information required by the MySQL server as it runs (see Section 7.3, “The mysql System ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-export.html
Values that are valid within Access but are outside of the supported ranges of the MySQL data types may trigger an “overflow” error during the export. Figure 5.16 Save Export Success Message Note If you see the following error message instead ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-export.html
Values that are valid within Access but are outside of the supported ranges of the MySQL data types may trigger an “overflow” error during the export. Figure 6.5 Save Export Success Message Note If you see the following error message instead ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-charset.html
This section describes how to change the character set, collation, or both at the entity and entity-property level in an Entity Framework (EF) Core model. Modifications made to the model affect the tables and columns generated from your code. There ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-charset.html
This section describes how to change the character set, collation, or both at the entity and entity-property level in an Entity Framework (EF) Core model. Modifications made to the model affect the tables and columns generated from your code. There ...
https://dev.mysql.com/doc/refman/8.4/en/alter-table.html
For both InnoDB and MyISAM, if the value is less than or equal to the maximum value currently in the AUTO_INCREMENT column, the value is reset to the current maximum AUTO_INCREMENT column value plus one. ENGINE_ATTRIBUTE and ... ALTER TABLE tbl_name ...
https://dev.mysql.com/doc/refman/8.4/en/gis-point-property-functions.html
These functions also permit an optional second argument that specifies an X or Y coordinate value, in which case the function result is the Point object from the first argument with the appropriate coordinate modified to be equal to the second ... A ...