Search



Search Results
Displaying 2151 to 2160 of 2364 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-config.html
mysql_config provides you with useful information for compiling your MySQL client and connecting it to MySQL. It is a shell script, so it is available only on Unix and Unix-like systems. Note pkg-config can be used as an alternative to mysql_config ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-logging.html
This is the same as the CONNECTION_ID() function value within the session. Mar 7 12:39:25 myhost MysqlClient[20824]: SYSTEM_USER:'oscar', MYSQL_USER:'my_oscar', CONNECTION_ID:23, DB_SERVER:'127.0.0.1', DB:'--', QUERY:'USE test;' Mar 7 12:39:28 ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-collections-operations.html
Collections returned by the server you are currently connected to appear between brackets. In MySQL Shell, you can create new collections, get a list of the existing collections in a schema, and remove an existing collection from a schema.
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-collections-operations.html
Collections returned by the server you are currently connected to appear between brackets. In MySQL Shell, you can create new collections, get a list of the existing collections in a schema, and remove an existing collection from a schema.
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python.html
MySQL Shell includes X DevAPI, implemented in both JavaScript and Python, which enables you to connect to the MySQL server instance using X Protocol and use the server as a Document Store. This quick-start guide provides instructions to begin ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-userguide.html
The X DevAPI enables developers to work with both relational and document data when MySQL Shell is connected to a MySQL server using the X Protocol. MySQL Shell is an advanced client and code editor for MySQL Server. In addition to the provided SQL ...
https://dev.mysql.com/doc/refman/8.4/en/mysqld-server.html
The following discussion covers these MySQL server configuration topics: Startup options that the server supports. You can specify these options on the command line, through configuration files, or both. These variables reflect the current state and ...
https://dev.mysql.com/doc/refman/8.4/en/mysqld.html
When MySQL server starts, it listens for network connections from client programs and manages access to databases on behalf of those clients. mysqld, also known as MySQL Server, is a single multithreaded program that does most of the work in a ...
https://dev.mysql.com/doc/refman/8.4/en/native-pluggable-authentication.html
Specifically: Defined user accounts that authenticate with mysql_native_password encounter an error when they attempt to connect. MySQL includes a mysql_native_password plugin that implements native authentication; that is, authentication based on ...
https://dev.mysql.com/doc/refman/8.4/en/optimize-numeric.html
If you are using numeric data, it is faster in many cases to access information from a database (using a live connection) than to access a text file. For unique IDs or other values that can be represented as either strings or numbers, prefer ...
Displaying 2151 to 2160 of 2364 total results