Search



Search Results
Displaying 4081 to 4090 of 5421 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-multi.html
with cnx.cursor() as cur: # Execute SQL; it can contain one or multiple statements cur.execute(sql_operation, map_results=True) # Fetch result set, see other examples for additional information A MySQL multi statement or script is composed of one or ... Connector/Python can execute either a single or multiple statements, this section references multiple statement and associated delimiter ...
https://dev.mysql.com/doc/connector-python/en/connector-python-reference.html
mysql.connector errorcode errors connection constants conversion cursor dbapi locales eng client_error protocol utils . Examples should be considered working for Python 2.7, and Python 3.1 and greater. They might also work for older versions (such ...
https://dev.mysql.com/doc/connector-python/en/connector-python-tutorials.html
These tutorials illustrate how to develop Python applications and scripts that connect to a MySQL database server using MySQL Connector/Python.
https://dev.mysql.com/doc/connector-python/en/quick-installation-guide.html
Install the Connector/Python interfaces for the classic MySQL protocol and the X Protocol, respectively, with the following commands. # classic API $ pip install mysql-connector-python # X DevAPI $ pip install mysqlx-connector-python Refer to the ...
https://dev.mysql.com/doc/internals/en/authentication-method-mismatch.html
However, this behavior is not yet implemented in the current mysql client library. Assume that client wants to log in as user U and that user account uses authentication method M. Note The missmatch can happen even if client and server used the ...
https://dev.mysql.com/doc/internals/en/bas-ext.html
It is called to provide the MySQL server with a list of file extensions used by the storage engine. By providing a list of extensions, storage engines can in many cases omit the [custom-engine.html#custom-engine-api-reference-delete_table ...
https://dev.mysql.com/doc/internals/en/binary-log.html
This chapter describes the MySQL binary log, which contains information about data modifications made to a MySQL server instance. Most of the information here applies equally to the relay log used on replication slave servers because a relay log ...
https://dev.mysql.com/doc/internals/en/bitmaps.html
Bitmaps are useful, so the functions are called from several places (opt_range.cc, slave.cc, mysqld.c, sql_insert.cc, log_event.cc, sql_show.cc) and we're expecting to make more use of them in the next version of MySQL, MySQL 5.1. Specifically there ...
https://dev.mysql.com/doc/internals/en/cmake-build-types.html
RelWithDebInfo (optimizations are on, debug info is generated) is used in MySQL by default. The build type affects optimization and whether the result of the build is debuggable. Debug (optimizations are off, debug info is generated) is used if the ...
https://dev.mysql.com/doc/internals/en/cmake-howto-quick-release-configuration.html
devenv mysql.sln /build relwithdebinfo To create a file containing a log of the compilation, modify the last command as follows: devenv mysql.sln /build relwithdebinfo /out logfile.txt . Unix (Makefiles) To control which compiler is chosen, set the ...
Displaying 4081 to 4090 of 5421 total results