Search Results
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.
https://dev.mysql.com/doc/connector-python/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/connector-python/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/connector-python/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/connector-python/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/heatwave-aws/en/mysql-server-reserved-user-names.html
Reserved User Names 3.1.2.10 Reserved User Names The following user names are reserved and cannot be used for the MySQL Administrator user name: administrator ociadmin ocimonitor ocirpl mysql.sys mysql.session mysql.infoschema Parent topic: MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-storage-engines.html
MySQL Storage Engines 3.1.2.5 MySQL Storage Engines MySQL HeatWave on AWS supports only the InnoDB storage engine. If you intend to migrate to MySQL HeatWave on AWS, and are not currently using the InnoDB storage engine, your data must be converted ...