Search



Search Results
Displaying 1071 to 1080 of 4991 total results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-models-delete.html
The schema is named for the user that created the model. Users that create models or have the required privileges to a model on the MODEL_CATALOG table can delete them. mysql> DELETE FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_id = 3; Where: ...
https://dev.mysql.com/doc/refman/8.4/en/fips-mode.html
However, enabling FIPS mode does not require that an encrypted connection must be used, or that user credentials must be encrypted. An error occurs for attempts to set the FIPS mode to a different value. FIPS mode on the server side applies to ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/preface.html
This is the user manual for the MySQL Enterprise Backup product. See the MySQL Enterprise Backup 8.4 License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in ...GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-preface.html
If you are using a Commercial release of MySQL Router, see MySQL Router Commercial License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in this Commercial ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-model-viewing.html
mysql> SELECT column FROM ML_SCHEMA_user name.MODEL_CATALOG where model_handle='model_handle'; The following example queries one of the model handles and views the model explanation for that model. The schema is named for the user that created the ... To view the details for the models in your model catalog, query the MODEL_CATALOG ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-models-delete.html
The schema is named for the user that created the model. Users that create models or have the required privileges to a model on the MODEL_CATALOG table can delete them. mysql> DELETE FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_id = 3; Where: ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/preface.html
See the MySQL AI License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in this MySQL AI release. GOVERNMENT END USERS: Oracle programs (including any ...
https://dev.mysql.com/doc/refman/8.4/en/macos-installation-notes.html
For use in single user mode, an entry for _mysql (note the underscore prefix) should already exist within the system /etc/passwd file. Users: You may need (or want) to create a specific mysql user to own the MySQL directory and data. You can do this ...The installation and upgrade process is for MySQL packages provided by ... You should keep the following issues and notes in mind: Other MySQL installations: The installation ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-snippets.html
The My Snippets option stores custom snippets in a file under the MySQL Workbench user's configuration directory. Table 8.1 Default Local Snippet File Location Operating System File Path Windows %AppData%\MySQL\Workbench\User Snippets.txt macOS ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
As with most other databases, statements are not complete until all the results pending on the statement are read or the active result set for the statement is closed. Because of this, use the corresponding PreparedStatement.setBlob() or ...Using ...
Displaying 1071 to 1080 of 4991 total results