Search



Search Results
Displaying 51 to 60 of 5220 total results
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer.html
MySQL Installer is a standalone application designed to ease the complexity of installing and configuring MySQL products that run on Microsoft Windows. It is downloaded with and supports the following MySQL products: MySQL Servers MySQL Installer ...If you require both releases on the same host, consider using the ZIP archive distribution to install one of the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean.html
User & password: Define a user name and password for the MySQL root user. Installing MySQL AI requires the following steps: Install the MySQL AI installer. Run the MySQL AI installer to install and configure MySQL AI server and tools. The MySQL AI ...It can be run in GUI mode or in command-line ...
https://dev.mysql.com/doc/refman/8.4/en/json-search-functions.html
row *************************** id: 1 select_type: SIMPLE table: jemp partitions: NULL type: range possible_keys: i key: i key_len: 5 ref: NULL rows: 2 filtered: 100.00 Extra: Using where 1 row in set, 1 warning (0.00 sec) mysql> SHOW WARNINGS\G ...
https://dev.mysql.com/doc/refman/8.4/en/source-configuration-options.html
The CMake program provides a great deal of control over how you configure a MySQL source distribution. For example, the CMAKE_INSTALL_PREFIX, MYSQL_TCP_PORT, and MYSQL_UNIX_ADDR options that configure the default installation base directory ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-post-install.html
Post-installation setup involves creating a safe directory for import and export operations, configuring server startup options, initializing the data directory, starting MySQL using systemd, resetting the password for the MySQL root@localhost user ...By default, a user who has the FILE privilege can read any file on the server host that is either world-readable or readable by the MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-security-mysql-security-procedures.html
As mentioned in the previous section (see Section 25.6.19.2, “NDB Cluster and MySQL Privileges”), you should always set a root password for the MySQL Server as soon as you have it running. In this section, we discuss MySQL standard security ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-byo-embedding-tables.html
As of MySQL 9.2.1, MySQL HeatWave GenAI lets you use tables containing your own vector embedding to run retrieval-augemented generation (RAG) with vector search. To use the name of an embedding model that is not available in MySQL HeatWave for ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-json.html
CREATE EXTERNAL TABLE table_name (col_name data_type [ENGINE_ATTRIBUTE='Col_Engine_Attribute_JSON'], ...) ENGINE_ATTRIBUTE='Tbl_Engine_Attribute_JSON'; If you are on a version earlier than MySQL 9.4.0, you must use the CREATE TABLE statement to ...
https://dev.mysql.com/doc/refman/8.4/en/using-systemd.html
If you install MySQL from a source distribution on a platform that uses systemd, obtain systemd support for MySQL by configuring the distribution using the -DWITH_SYSTEMD=1 CMake option. The following discussion covers these topics: Overview of ...
https://dev.mysql.com/doc/workbench/en/workbench-faq.html
For example, the connections might connect to different MySQL servers, or the same MySQL server with different user names, or enable SSL for one, or you might set up a connection to a remote MySQL server (on your web host?) using the SSH options, ...
Displaying 51 to 60 of 5220 total results