Search



Search Results
Displaying 3251 to 3260 of 3282 total results
https://dev.mysql.com/doc/connector-j/en/preface.html
Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. This manual describes how to install, configure, and develop database applications using MySQL Connector/J, the JDBC driver for communicating ...
https://dev.mysql.com/doc/refman/8.4/en/create-role.html
(These role attributes can be changed later with the ALTER USER statement, by users who have the global CREATE USER privilege.) CREATE ROLE either succeeds for all named roles or rolls back and has no effect if any error occurs. CREATE ROLE [IF NOT ...
https://dev.mysql.com/doc/refman/8.4/en/date-and-time-type-conversion.html
However, there may be some alteration of the value or loss of information. To some extent, you can convert a value from one temporal type to another. In all cases, conversion between temporal types is subject to the range of valid values for the ...
https://dev.mysql.com/doc/refman/8.4/en/docker-mysql-getting-started.html
Because the MYSQL_ONETIME_PASSWORD option is true by default, after you have connected a mysql client to the server, you must reset the server root password by issuing this statement: mysql> ALTER USER 'root'@'localhost' IDENTIFIED BY 'password'; ...
https://dev.mysql.com/doc/refman/8.4/en/drop-procedure.html
(DROP FUNCTION is also used to drop loadable functions; see Section 15.7.4.2, “DROP FUNCTION Statement for Loadable Functions”.) To drop a stored routine, you must have the ALTER ROUTINE privilege for it. DROP {PROCEDURE | FUNCTION} [IF EXISTS] ...
https://dev.mysql.com/doc/refman/8.4/en/fips-mode.html
To be considered acceptable for such Federal use, a cryptographic module must be certified for FIPS 140-2. In particular, MD5 is restricted, so trying to establish an encrypted connection using an encryption cipher such as RC4-MD5 does not work. But ... MySQL supports FIPS mode when a supported OpenSSL library and FIPS Object Module are available on the host ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-sles-repo.html
Upgrading MySQL Upgrade MySQL and its components by the following command: $> sudo zypper update mysql-community-server Alternatively, you can update MySQL by telling Zypper to update everything on your system (this might take considerably more ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-yum-repo.html
Before You Start As a popular, open-source software, MySQL, in its original or re-packaged form, is widely installed on many systems from various sources, including different software download sites, software repositories, and so on. The following ...
https://dev.mysql.com/doc/refman/8.4/en/macos-installation-notes.html
Launchd: A launchd daemon is installed that alters MySQL configuration options. You need either to copy the data directory from the old version to the new version, or to specify an alternative datadir value to set location of the data directory.
https://dev.mysql.com/doc/refman/8.4/en/mysql-oci-marketplace-connecting.html
Then run the following: ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass4!'; Connecting with MySQL Client Note To connect from your local MySQL client, you must first create on the MySQL server a user which allows remote login. This section ...
Displaying 3251 to 3260 of 3282 total results