Search Results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-linked-tables.html
Use the following procedure to view links or to refresh them when the structures of the linked tables have changed. You can use Microsoft Access as a front end to MySQL by linking tables within your Microsoft Access database to tables that exist ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-support-bug-report.html
The procedure for doing this is described in Section 5.10, “Getting an ODBC Trace File”. If you encounter difficulties or problems with Connector/ODBC, start by making a log file from the ODBC Manager (the log you get when requesting logs from ...
https://dev.mysql.com/doc/internals/en/changing-configuration-options.html
The preceding procedure builds with the default configuration, which may not be suitable for your needs. Assume that you want to change the configuration options and compile the embedded library. -DWITH_EMBEDDED_SERVER=1 This can be done during the ...
https://dev.mysql.com/doc/internals/en/cmd-line-utils-directory.html
All the files here are "non-MySQL" files, in the sense that MySQL AB didn't produce them, it just uses them. It should be unnecessary to study the programs in these files unless you are writing or debugging a tty-like client for MySQL, such as ...
https://dev.mysql.com/doc/internals/en/creating-build-directory.html
We'll create a subdirectory bld in the source tree for this purpose: mkdir bld cd bld Note Commands for the remainder of this procedure assume that bld is the build directory and that .. One nice CMake feature is “out-of-source” build support, ...
https://dev.mysql.com/doc/internals/en/determining-binary-log-version.html
To determine the version of a binary log file, use the following procedure: 1) The file begins with a 4-byte magic number. Given any binary log file, the information in this section describes how to determine the format in which it is written. Some ...
https://dev.mysql.com/doc/internals/en/differences-master-slave.html
Any intermediate state of the slave is identical to some intermediate state of the master. Note: it is not required that each intermediate state of the master is identical to some intermediate state of the slave. We now state the architectural ...
https://dev.mysql.com/doc/internals/en/error-message-marking-obsolete.html
The following procedure shows how to do this, using the ER_HASHCHK error as an example. Beginning with MySQL 8.0, it is possible to mark an error message obsolete. This should be done only for messages that no longer used in the server code. Find ...
https://dev.mysql.com/doc/internals/en/error-message-multiple-versions.html
It is critical that error codes are identical in all versions. That is, the value of ER_SOME_ERROR must be the same in all versions for which it is defined. (The discussion uses the name errmsg.txt, but when you cross the boundary from before MySQL ...
https://dev.mysql.com/doc/internals/en/error-messages-5-0-3-higher.html
This is illegal because $2 is missing: "%1$.32s %3$.64s" Use the following procedure to add new error messages: To add a new language translation for an existing error message, find the section for the appropriate error symbol. The file you edit to ...