Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.incremental.html
Alternatively, at anytime after an incremental backup is taken and before the data is restored, you can bring your full backup up-to-date with your incremental backup. 101208 17:15:12 mysqlbackup: mysqlbackup completed OK! Now, the data files in the ... Note The --incremental option is not needed when restoring an incremental ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-28.html
(Bug #33507321) Storing a java.time.LocalDate object onto the server as a DATE value using a batched PreparedStatement failed with the complaint that java.time.LocalDate could not be cast to java.sql.Date. With this fix, the object is encoded ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-typemapping.html
DATE DATE TIME TIME TIMESTAMP DATETIME INTERVAL TIME BYTEA LONGBLOB TEXT LONGTEXT CIDR VARCHAR(43) INET VARCHAR(43) MACADDR VARCHAR(17) UUID VARCHAR(36) XML LONGTEXT JSON LONGTEXT TSVECTOR LONGTEXT TSQUERY LONGTEXT ARRAY LONGTEXT POINT POINT LINE ...
https://dev.mysql.com/doc/workbench/en/wb-model-reporting.html
Platform Typical Default Documents Folder Windows C:\Users\user_name\My Documents Linux ~/Documents macOS Users/user_name/Documents %date%: The date in the format YYYY-MM-DD. The DBDoc - Model Reporting dialog is found by opening a model, selecting ...
https://dev.mysql.com/doc/connectors/en/connector-j-fractional-seconds.html
While a java.sql.TIME instance, according to the JDBC specification, is not supposed to contain fractional seconds by design, because java.sql.TIME is a wrapper around java.util.Date, it is possible to store fractional seconds in a java.sql.TIME ...
https://dev.mysql.com/doc/connectors/en/connector-j-query-attributes.html
Connector/J supports Query Attributes when it has been enabled on the server by installing the query_attributes component (see Prerequisites for Using Query Attributes for details). Attributes are set for a query by using the setAttribute() method ...
https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
Upgrading an application developed for Connector/J 5.1 to use Connector/J 8.0 and beyond might require certain changes to your code or the environment in which it runs. Here are some changes for Connector/J going from 5.1 to 8.0 and beyond, for ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
AllowZeroDateTime , Allow Zero Datetime Default: false If set to True, MySqlDataReader.GetValue() returns a MySqlDateTime object for date or datetime columns that have disallowed values, such as zero datetime values, and a System.DateTime object for ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
If the inserted or updated records are shown as #DELETED# in Access, then: If you are using Access 2000, get and install the newest (version 2.6 or higher) Microsoft MDAC (Microsoft Data Access Components) from ... The following section details some ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-microsoft.html
Include a TIMESTAMP column in all tables that you want to be able to update. If not, new or updated rows may show up as #DELETED#. The symptom usually is that new or updated rows may show up as #DELETED# or that you cannot find or update rows. Old ... The majority of Microsoft applications have been tested with Connector/ODBC, including Microsoft Office, Microsoft Access and the various programming languages supported within ASP and Microsoft Visual ...