Search



Search Results
Displaying 1411 to 1420 of 5220 total results
https://dev.mysql.com/doc/refman/8.4/en/windows-server-first-start.html
Note The initial root account in the MySQL grant tables has no password. After starting the server, you should set up a password for it using the instructions in Section 2.9.4, “Securing the Initial MySQL Account”. This section gives a general ...They can use TCP/IP, or they can use a named pipe if the server supports named-pipe ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-sharing.html
mysql> CALL sys.ML_MODEL_EXPORT (model_handle, output_table_name); Replace model_handle and output_table_name with your own values. For example: mysql> CALL sys.ML_MODEL_EXPORT(@bank_model, 'ML_SCHEMA_admin.model_export'); Where: @bank_model is the ... This topic describes how to grant other users access to a model you ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-2-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added a new OPT_WEBAUTHN_DEVICE_NUMBER connection option to the classic Connector/C++ that is passed to and interpreted by the WebAuthN authentication plugin. (WL #16645) Now ...It accepts a numeric value that selects the authenticator device to use during WebAuthN ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-21.html
(Bug #31237338, Bug #99371) An error was generated when the database name within a connection string that was passed to MySQL 5.6 or MySQL 5.7 did not match the casing used to search a related stored procedure. (Bug #31173265) In Connector/NET ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-17.html
(Bug #20862622, Bug #76643, WL #12735) Added connection attribute support for the classic connector; new connection attributes can be passed in with the "conn_attrs" connection argument. Example usage: ["A", "B", "C"] overlaps $.field (WL #12737) ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-24.html
(WL #14212, WL #13492) If a classic MySQL protocol connection experiences a server timeout, Connector/Python now reports more precise disconnection information from the server. Now the use of list or type objects for the argument is enforced, and ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-shutdown-restart.html
To shut down the cluster, enter the following command in a shell on the machine hosting the management node: $> ndb_mgm -e shutdown The -e option here is used to pass a command to the ndb_mgm client from the shell. Any SQL nodes can be terminated ...The command causes the ndb_mgm, ndb_mgmd, and any ndbd or ndbmtd processes to terminate ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-instance-startup-shutdown.html
The Administration - Startup / Shutdown tab enables you to perform the following service-control actions: View the Startup Message Log. With a valid connection established, and the connection tab for it open, you can access the control actions from ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-status-variables.html
The Administration - Status and System Variables secondary tab lists the full set of server variables for the active MySQL connection. Figure 6.9 Navigator Administration: System Variables Persist System Variables Beginning with MySQL Workbench ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-remote-management.html
The Remote Management tab is available when connecting to MySQL remotely, as the following figure shows. To access this tab, select a remote connection from the MySQL Connections pane or click New to create a new connection.
Displaying 1411 to 1420 of 5220 total results