Search Results
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/mysql-monitor/8.0/en/mem-install-agent-multiple.html
You can monitor multiple MySQL servers (either on the same machine, or remotely across different machines) using a single Agent. Make sure that the MySQL instance that you want to monitor has a suitable user to use for connecting to the host. For ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-upgrading-myql-server.html
Upgrade MySQL Version 3.4.9 Upgrade MySQL Version Note: It is not possible to roll back a DB System upgrade. It is recommended to perform a full backup of the DB System before upgrading. These include: Do not change This option is always available, ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-default-privileges.html
Default MySQL Privileges 3.1.2.9 Default MySQL Privileges This section lists the MySQL privileges granted to the MySQL Administrator user on the DB System and those explicitly revoked on the mysql and sys schemas.
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-restrictions.html
MySQL HeatWave on AWS Service Restrictions 3.1.2.8 MySQL HeatWave on AWS Service Restrictions The following items are currently not permitted in MySQL HeatWave on AWS: Custom TLS certificates. To change a shape, you must restore a backup of the DB ...
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 ...