Search



Search Results
Displaying 271 to 280 of 603 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-stored-procedures.html
At this point, everything is set up and you can call the routine using techniques also learned in earlier sections. Putting database-intensive operations into stored procedures lets you define an API for your database application. You can reuse this ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-unix.html
On Unix, you configure DSN entries directly in the odbc.ini file. For example, if your odbc.ini file is located in /usr/local/etc, set the environment variables like this: export ODBCINI=/usr/local/etc/odbc.ini export ODBCSYSINI=/usr/local/etc .
https://dev.mysql.com/doc/connector-python/en/connector-python-asyncio.html
Note that increasing the number of jobs does add job management overhead which at some point evaporates the initial speed-up. Installing Connector/Python also installs the mysql.connector.aio package that integrates asyncio with the connector to ...
https://dev.mysql.com/doc/internals/en/authentication-method-mismatch.html
Note hovewer, that as long as server uses Secure Password Authentication as its default method, there is no point in changing client's default authentication method to anything else. Assume that client wants to log in as user U and that user ...
https://dev.mysql.com/doc/internals/en/binary-log-overview.html
These events bring databases up to date from the point of the backup. [Some information in this section is derived from Chapter 20, The Binary Log, in the MySQL Reference Manual.] The binary log is a set of log files that contain information about ...
https://dev.mysql.com/doc/internals/en/client-directory.html
The client library includes mysql.cc (the source of the mysql executable) and other utilities. Most of the utilities are mentioned in the MySQL Reference Manual. Generally these are standalone C programs which one runs in "client mode", that is, ...
https://dev.mysql.com/doc/internals/en/creating-build-directory.html
The build directory can actually be a subdirectory of the source tree rather than a directory located outside it; the point is that files generated during the build process (such as .o files) are created under the build directory, not in the ... One ...
https://dev.mysql.com/doc/internals/en/delete-table.html
You will need to remove any files you have created at this point. Synopsis virtual int delete_table ( name); const char * name ; Description This is the delete_table method. By the time delete_table() has been called all opened references to this ...
https://dev.mysql.com/doc/internals/en/determining-binary-log-version.html
Some important points about descriptor event formats: The v1 header fields are common to all formats. Given any binary log file, the information in this section describes how to determine the format in which it is written. (v3 and v4 headers begin ...
https://dev.mysql.com/doc/internals/en/determining-logging-format.html
At this point, it calls sp_head::propagate_attributes(), which marks the current Lex object as unsafe if the cached Lex object was unsafe. For each statement, we must determine the logging format: row or statement. At parse time, it is detected if ...
Displaying 271 to 280 of 603 total results