Search



Search Results
Displaying 331 to 340 of 4187 total results
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 ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-ndbinfo-server-locks.html
The server_locks table is similar in structure to the cluster_locks table, and provides a subset of the information found in the latter table, but which is specific to the SQL node (MySQL server) where it resides. (The cluster_locks table provides ...This may be useful for correlating locking patterns with specific MySQL user sessions, queries, or use ...
https://dev.mysql.com/doc/refman/9.7/en/obtaining-plugin-information.html
There are several ways to determine which plugins are installed in the server: The Information Schema PLUGINS table contains a row for each loaded plugin. Any that have a PLUGIN_LIBRARY value of NULL are built in and cannot be unloaded. row ...
https://dev.mysql.com/doc/refman/9.7/en/replication-mode-change-online.html
This section describes how to change the mode of replication from and to GTID mode without having to take the server offline.
Displaying 331 to 340 of 4187 total results