Search



Search Results
Displaying 141 to 150 of 818 total results
https://dev.mysql.com/doc/connectors/en/connector-odbc-both-openssl.html
To prevent the issue, in your application, do not allow OpenSSL initialization in one thread and the opening of an Connector/ODBC connection in another thread (which also initializes openSSL) to happen simultaneously. For example, use a mutex to ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-windows-5-2.html
Note For the Unicode version of Connector/ODBC, due to its native Unicode support, you do not need to specify the initial character set to be used with your connection. The ODBC Data Source Administrator on Windows lets you create DSNs, check ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-both-openssl.html
To prevent the issue, in your application, do not allow OpenSSL initialization in one thread and the opening of an Connector/ODBC connection in another thread (which also initializes openSSL) to happen simultaneously. For example, use a mutex to ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows-5-2.html
Note For the Unicode version of Connector/ODBC, due to its native Unicode support, you do not need to specify the initial character set to be used with your connection. The ODBC Data Source Administrator on Windows lets you create DSNs, check ...
https://dev.mysql.com/doc/internals/en/authentication-method-mismatch.html
Note The missmatch can happen even if client and server used the same authentication method in the initial handshake, but this method was different from the method M required by the user account. A sensibe thing to do for a client would be to see ...
https://dev.mysql.com/doc/internals/en/configuration-step.html
CMake permits the configuration process to be iterative, so you can add more options after the initial configuration has been performed. For example, running the following command after the initial configuration step adds ARCHIVE to the list of ...
https://dev.mysql.com/doc/internals/en/guided-tour-skeleton.html
By glancing at this snippet for a few seconds, you will probably see that the main function is doing some initial checks on startup, is initializing some components, is calling a function named handle_connections_sockets, and then is exiting. When ... And now we're going to walk through something harder, namely the ...
https://dev.mysql.com/doc/internals/en/the-myi-file.html
Program files which read and write .MYI headers are in the ./myisam directory: mi_open.c has the routines that write each section of the header, mi_create.c has a routine that calls the mi_open.c routines in order, and myisamdef.h has structure ...
https://dev.mysql.com/doc/ndbapi/en/mgm-errors.html
Table 3.10 Service errors resulting from failure of a node or cluster to start, shut down, or restart Value Description NDB_MGM_START_FAILED Startup failure NDB_MGM_STOP_FAILED Shutdown failure NDB_MGM_RESTART_FAILED Restart failure Backup Errors ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-establishing-connection.html
The cluster connection is not actually initiated until the Ndb_cluster_connection::connect() method is called. connect() initiates a connection to an NDB Cluster management node only. In the following example, initialization and connection are ...
Displaying 141 to 150 of 818 total results