Search



Search Results
Displaying 1131 to 1140 of 1802 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
Connecting to the Server Using a Store-Based Certificate The first step is to import the PFX file, client.pfx, into the Personal Store. Click Finish to close the wizard and import the certificate into the personal store. Instead, Windows includes a ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-stored-procedures.html
Putting database-intensive operations into stored procedures lets you define an API for your database application. You can reuse this API across multiple applications and multiple programming languages. This technique avoids duplicating database ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-import.html
To import tables from MySQL to Access, follow these instructions: Open the Access database into which that you want to import MySQL data. Figure 6.7 External Data: ODBC Database In the Get External Data dialog box that appears, choose Import the ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-unix.html
If you are using a character set that is not compiled into the MySQL client library, install the MySQL character definitions from the charsets directory into SHAREDIR (by default, /usr/local/mysql/share/mysql/charsets). You need the following tools ...
https://dev.mysql.com/doc/internals/en/autotools-plugin-macros.html
Example: MYSQL_PLUGIN_DEFINE(innobase, WITH_INNOBASE_STORAGE_ENGINE) Declaring a source directory for a plugin: MYSQL_PLUGIN_DIRECTORY(name, dir-name) Includes the specified directory into the build. It also adds the library to the list of libraries ... The following macros enable plugin support in the autotools configuration ...
https://dev.mysql.com/doc/internals/en/cmake-prerequisites.html
On Windows, install bison into a directory whose path name does not contain spaces, not into the default location. On OpenSolaris/Solaris Express, you must install m4 in addition to bison.
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/event-flags.html
mysqlbinlog displays events from the binary log in printable format, so that you can feed the output into mysql (the command-line interpreter), to achieve incremental backup recovery. Event headers for v3 format and up contain event flags in the ...
https://dev.mysql.com/doc/internals/en/integer.html
To convert a length-encoded integer into its numeric value, check the first byte: If it is < 0xfb, treat it as a 1-byte integer. The MySQL Protocol has a set of possible encodings for integers: Fixed-length integers Length-encoded integers ...
https://dev.mysql.com/doc/internals/en/load-data-infile-events.html
EXEC_LOAD_EVENT tells the slave to load the temporary file into the table, or DELETE_FILE_EVENT tells the slave not to do the load and to delete the temporary file. LOAD DATA INFILE is not written to the binary log like other statements. It is ...
Displaying 1131 to 1140 of 1802 total results