Search



Search Results
Displaying 741 to 750 of 4187 total results
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-how-to-import-onnx.html
To review this setting, connect to the MySQL server and run the following command: mysql> SHOW VARIABLES LIKE 'secure_file_priv'; To load the encoded file directly into a table column: From a terminal window, upload the ONNX file to the folder of ...
https://dev.mysql.com/doc/refman/9.7/en/faqs-thread-pool.html
The Thread Pool plugin increases server performance by efficiently managing statement execution threads for large numbers of client connections, especially on modern multi-CPU/Core systems. When should I use the Thread Pool? There are a few rules of ...The default thread-handling model in MySQL Server executes statements using one thread per client ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-prepared-statements-instances-table.html
To control the size of this table, set the performance_schema_max_prepared_statements_instances system variable at server startup. This is accessed through the MySQL C API and maps onto underlying server commands as shown in the following table. C ... The Performance Schema provides instrumentation for prepared statements, for which there are two protocols: The binary ...
https://dev.mysql.com/doc/refman/9.7/en/component-loading.html
The SQL statements for component manipulation affect server operation and the mysql.component system table as follows: INSTALL COMPONENT loads components into the server. The optional SET clause permits setting component system-variable values when ... Components must be loaded into the server before they can be ...While a component is loaded, information about it is available ...
https://dev.mysql.com/doc/refman/9.7/en/packet-too-large.html
Both the client and the server have their own max_allowed_packet variable, so if you want to handle big packets, you must increase this variable both in the client and in the server. For example, to set the variable to 128MB, start the server like ... A communication packet is a single SQL statement sent to the MySQL server, a single row that is sent to the client, or a binary log event sent from a replication source server to a ...
https://dev.mysql.com/doc/refman/9.7/en/ipv6-remote-connections.html
This example specifies an IPv4 address as well as the required server host IPv6 address: [mysqld] bind_address = 198.51.100.20,2001:db8:0:f101::1 For more information, see the bind_address description in Section 7.1.8, “Server System Variables”.
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-connections.html
MySQL Shell can connect to MySQL Server using both X Protocol and classic MySQL protocol. You can specify the MySQL server instance to which MySQL Shell connects globally in the following ways: When you start MySQL Shell, using the command ...When ...
https://dev.mysql.com/doc/refman/9.7/en/access-control.html
For example: SHOW GRANTS FOR 'joe'@'office.example.com'; SHOW GRANTS FOR 'joe'@'home.example.com'; Internally, the server stores privilege information in the grant tables of the mysql system database. MySQL enables the creation of accounts that ...
https://dev.mysql.com/doc/connectors/en/connecting-using-kerberos.html
Client-side Kerberos configurations In order to operate properly with the Kerberos server, Connector/J requires either a system-wide Kerberos configuration, or these local system property settings for the JVM: -Djava.security.krb5.kdc=[the KDC host ... Kerberos is a ticket-based server-client mutual authentication protocol that is supported by the MySQL Server (commercial versions ...Support for Kerberos is implemented by Connector/J using the GSS-API, JAAS API, and JCA API; ...
https://dev.mysql.com/doc/connector-j/en/connecting-using-kerberos.html
Client-side Kerberos configurations In order to operate properly with the Kerberos server, Connector/J requires either a system-wide Kerberos configuration, or these local system property settings for the JVM: -Djava.security.krb5.kdc=[the KDC host ... Kerberos is a ticket-based server-client mutual authentication protocol that is supported by the MySQL Server (commercial versions ...Support for Kerberos is implemented by Connector/J using the GSS-API, JAAS API, and JCA API; ...
Displaying 741 to 750 of 4187 total results