Search



Search Results
Displaying 1331 to 1340 of 2325 total results
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-authentication-plugins-setup.html
Create a user for whom the server will use the auth_simple plugin for authentication: mysql> CREATE USER 'x'@'localhost' -> IDENTIFIED WITH auth_simple; Use a client program to connect to the server as user x. The server plugin should reject ... To ...
https://dev.mysql.com/doc/ndb-operator/9.7/en/tasks-access-outside-k8s.html
To expose the services outside the Kubernetes cluster if you are running minikube, execute the command shown here: > minikube tunnel Using kubectl get service, and passing it the service name or label, you can retrieve the IP address needed by ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/myai-installation-clean.html
You can choose to Only allow local connections for this user (see the Warning near the beginning of Chapter 2, Installing MySQL AI). You can replace the default port number (8000) with another number for MySQL Shell GUI web server to listen for ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-load-model.html
Loading a Model with the Session Variable After training a model, you set a session variable for the model handle that you can use until the current connection ends. This allows you to easily remember the model handle for future routines on the ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-4-0.html
An error similar to the following was returned: ERROR: [Worker006]: Error opening connection to MySQL: MySQL Error 1683 (HY000): 'ps_current_thread_id': The Performance Schema is not enabled. Errors were returned similar to the following: MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-design-modeling-interface.html
Figure 9.2 Create EER Model from Database A wizard-like dialog presents the following steps: Connection Options, Connect to DBMS, Select Schemas, Retrieve Objects, Select Objects, Reverse Engineer, and Results. MySQL Workbench represents each ...
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-help.html
The level of information is equivalent to typing help keyword at the mysql prompt and the content is specific to the release series (5.6, 5.7, or 8.0) of the current MySQL connection. Context help requires no MySQL connection to use because the ...
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-history.html
The Action Output panel displays a summary of the communication between the active MySQL connection in MySQL Workbench and the MySQL server, and can refer to errors or general information. Figure 8.10 SQL Editor: Output: Action Output The History ...
https://dev.mysql.com/doc/workbench/en/wb-grt-data-organization.html
wb.doc.physicalModels[0].diagrams[0].figures (.layers, .connections, ...) List of figures, layers, connections (relationships) in the diagram. The Generic RunTime (GRT) is the internal system used by MySQL Workbench to hold model document data. It ...
https://dev.mysql.com/doc/workbench/en/wb-linux-uninstalling.html
This directory includes your MySQL connections, configuration settings, cache files, SQL snippets and history, logs, custom modules, and more. Also, uninstalling Workbench does not remove the .mysqlworkbench schema that Workbench creates when ...
Displaying 1331 to 1340 of 2325 total results