Search



Search Results
Displaying 761 to 770 of 4187 total results
https://dev.mysql.com/doc/refman/9.7/en/install-component.html
[SET variable = expr [, variable = expr] ...] variable: { {GLOBAL | @@GLOBAL.} [component_prefix.]system_var_name | {PERSIST | @@PERSIST.} [component_prefix.]system_var_name } This statement installs one or more components, which become active ...A ...Component names do not include any platform-dependent file name suffix such as .so or ...
https://dev.mysql.com/doc/refman/9.7/en/data-directory.html
All MySQL installations have certain standard databases: The mysql directory corresponds to the mysql system schema, which contains information required by the MySQL server as it runs. Information managed by the MySQL server is stored under a ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-high-availability-and-clustering.html
Alternatively, as a last option, investigate setting the MySQL server variable 'wait_timeout' to a high value, rather than the default of 8 hours. Between cycles, the driver will pause for 250 ms if no servers are available. Setting this property to ... autoReconnect Should the driver try to re-establish stale and/or dead connections? If enabled the driver will throw an exception for queries issued on a stale or dead connection, which belong to the current transaction, but will attempt reconnect before the next query issued on the connection in a new ...
https://dev.mysql.com/doc/refman/9.7/en/faqs-security.html
There is also the Secure Deployment Guide, which provides procedures for deploying a generic binary distribution of MySQL Enterprise Edition Server with features for managing the security of your MySQL installation. For information about the ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
Connection The isClosed() method does not ping the server to determine if it is available. PreparedStatement Two variants of prepared statements are implemented by Connector/J, the client-side and the server-side prepared statements. Server-side ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-implementation-notes.html
Connection The isClosed() method does not ping the server to determine if it is available. PreparedStatement Two variants of prepared statements are implemented by Connector/J, the client-side and the server-side prepared statements. Server-side ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-shell-tutorial-javascript-shell.html
Start MySQL Shell After you have installed and started MySQL server, connect MySQL Shell to the server instance. You need to know the address of the MySQL server instance you plan to connect to. To be able to use the instance as a Document Store, ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-shell-tutorial-python-shell.html
Start MySQL Shell After you have installed and started MySQL server, connect MySQL Shell to the server instance. You need to know the address of the MySQL server instance you plan to connect to. To be able to use the instance as a Document Store, ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-installation-source-code.html
MySQL Router is part of the MySQL Server source code tree; compiling MySQL Server also compiles MySQL Router. Note MySQL Router source code can be found in the router directory inside the MySQL Server source code repository. Get Source Code To ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-routing-guidelines-visualising.html
Unreferenced servers lists topology members not referenced by a route or destination class. Show Detailed Information To view a detailed summary of the Routing Guideline, use the following: rg.show() rg.show() returns the following: The name of the ...
Displaying 761 to 770 of 4187 total results