Search



Search Results
Displaying 301 to 310 of 3829 total results
https://dev.mysql.com/doc/refman/8.4/en/thread-information.html
To ascertain what your MySQL server is doing, it can be helpful to examine the process list, which indicates the operations currently being performed by the set of threads executing within the server. row *************************** Id: 5 User: ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-server-info.html
const char * mysql_get_server_info(MYSQL *mysql) Description Returns a string that represents the MySQL server version (for example, "8.4.8"). Return Values A character string that represents the MySQL server version.
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/workbench/en/wb-migration-database-mssql.html
The MySQL Workbench Migration Wizard is tested with Microsoft SQL Server 2016.
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.
Displaying 301 to 310 of 3829 total results