Search



Search Results
Displaying 321 to 330 of 3329 total results
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-get-server-info.html
This method returns the MySQL server information verbatim as a string, for example '5.6.11-log', or None when not connected.
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-get-server-version.html
This method returns the MySQL server version as a tuple, or None when not connected.
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-server-host.html
This read-only property returns the host name or IP address used for connecting to the MySQL server.
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-server-info.html
This read-only property returns the MySQL server information verbatim as a string: for example 8.4.0-log, or None when not connected.
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-server-port.html
This read-only property returns the TCP/IP port used for connecting to the MySQL server.
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-server-version.html
This read-only property returns the MySQL server version as a tuple, or None when not connected.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-get-server-info.html
Syntax: info = ccnx.get_server_info() Returns the MySQL server version as a string.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-get-server-version.html
Syntax: info = ccnx.get_server_version() Returns the MySQL server version as a tuple.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-get-server-info.html
This method returns the MySQL server information verbatim as a string, for example '5.6.11-log', or None when not connected.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-get-server-version.html
This method returns the MySQL server version as a tuple, or None when not connected.
Displaying 321 to 330 of 3329 total results