Search Results
https://dev.mysql.com/doc/refman/8.4/en/binary-installation.html
Create a mysql User and Group If your system does not already have a user and group to use for running mysqld, you may need to create them. $> groupadd mysql $> useradd -r -g mysql -s /bin/false mysql Note Because the user is required only for ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-authentication.html
It is possible to connect to Kerberos-authenticated accounts without giving a user name under these conditions: The user has a Kerberos principal name assigned, a MySQL Kerberos account for that principal name exists, and the user has the required ...This package now is required only on hosts where Connector/C++ applications make connections using commercial MySQL server accounts with LDAP ...
https://dev.mysql.com/doc/refman/8.4/en/general-tablespaces.html
A general tablespace is a shared InnoDB tablespace that is created using CREATE TABLESPACE syntax. The TABLESPACE option can be used with CREATE TABLE to create tables in a general tablespaces, file-per-table tablespace, or in the system tablespace. Creating a General Tablespace General tablespaces are created using CREATE TABLESPACE ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-disk-data-objects.html
It is possible to place these elsewhere by specifying either an absolute or relative path as part of the filename when creating the undo log or data file. Statements that create these files are shown later in this section. Create a tablespace; ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-relnotes.html
2025-04-25: High Availability DB Systems with Oracle Cloud Free Tier You can now create high availability DB Systems with an Oracle Cloud Free Tier Account. 2024-02-20: Custom MySQL Configurations Can Now be Created You can now create a custom ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-howto.html
If you are starting with new servers, see Section 19.1.2.3, “Creating a User for Replication” for information about adding a specific user for replication connections and Section 19.1.2.1, “Setting the Replication Source Configuration” for ...Stop each server using mysqladmin as shown here, where username is the user name for a MySQL user having sufficient privileges to shut down the server: $> mysqladmin -uusername -p shutdown Then supply this user's password at the ...
https://dev.mysql.com/doc/ndbapi/en/preface.html
Users of older NDB Cluster releases should upgrade to the latest available release of NDB Cluster 8.0, which is the most recent GA release series, or to the NDB Cluster 8.4 LTS series. If you are using a Commercial release of MySQL NDB Cluster 8.0, ... This is the MySQL NDB Cluster API Developer Guide, which provides information about developing applications using MySQL NDB Cluster as a data ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-recommendations.html
The recommendation use-case is to create a machine learning model based on users giving a rating of 1 to 10 for different items. Recommendation models find patterns in user behavior to recommend products and users based on prior behavior and ...
https://dev.mysql.com/doc/extending-mysql/8.4/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. Invoke the client program each way to ... To compile and install a plugin library file, use the instructions in Section 4.4.3, “Compiling and Installing Plugin ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-recommendations.html
The recommendation use-case is to create a machine learning model based on users giving a rating of 1 to 10 for different items. Recommendation models find patterns in user behavior to recommend products and users based on prior behavior and ...