Search Results
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-num-rows.html
Syntax: count = ccnx.num_rows() Returns the number of rows in the active result set.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-cmd-init-db.html
Syntax: cnx.cmd_init_db(db_name) This method makes specified database the default (current) database. In subsequent queries, this database is the default for table references that include no explicit database qualifier.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-cmd-process-info.html
Instead, use the SHOW PROCESSLIST statement or query the tables found in the database INFORMATION_SCHEMA.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-cmd-statistics.html
Returns a dictionary containing information about the MySQL server including uptime in seconds and the number of running threads, questions, reloads, and open tables.
https://dev.mysql.com/doc/internals/en/cmake-howto-detailed.html
Ensure that your compiler and cmake are in your PATH setting. The following discussion assumes that your initial current working directory is the top-level MySQL source directory.
https://dev.mysql.com/doc/internals/en/com-connect-out.html
COM_CONNECT_OUT: a internal command in the server Payload 1 [14] COM_CONNECT_OUT Returns ERR_Packet .
https://dev.mysql.com/doc/internals/en/com-connect.html
COM_CONNECT: an internal command in the server Payload 1 [0b] COM_CONNECT Returns ERR_Packet .
https://dev.mysql.com/doc/internals/en/com-daemon.html
COM_DAEMON: an internal command in the server Payload 1 [1d] COM_DAEMON Returns ERR_Packet .
https://dev.mysql.com/doc/internals/en/com-delayed-insert.html
COM_DELAYED_INSERT: an internal command in the server Payload 1 [10] COM_DELAYED_INSERT Returns ERR_Packet .
https://dev.mysql.com/doc/internals/en/com-time.html
COM_TIME: an internal command in the server Payload 1 [0f] COM_TIME Returns ERR_Packet .