PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/connection-access.html
The client supplies the credentials specified in the row (for example, a password), as indicated by the authentication_string column. This is not a wildcard and does not mean that any password matches. It means that the user must connect without ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-installer-workflow.html
MySQL 8.0 connectors and community drivers that use libmysqlclient 8.0 now support the caching_sha2_password default authentication plugin. However, if you are unable to update your clients and applications to support this new authentication method, ... MySQL Installer provides a wizard-like tool to install and configure new MySQL products for ...
https://dev.mysql.com/doc/refman/5.7/en/creating-accounts.html
At the command line, connect to the server as the MySQL root user, supplying the appropriate password at the password prompt: $> mysql -u root -p Enter password: (enter root password here) After connecting to the server, you can add new accounts.
https://dev.mysql.com/doc/refman/5.7/en/docker-mysql-more-topics.html
In the following example, we run the mysql client from inside the myapp1 container to connect to host mysql1 in its own container: docker exec -it myapp1 mysql --host=mysql1 --user=myuser --password For other networking techniques for containers, ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-memcached-security.html
Password-Protecting memcached Using SASL SASL support provides the capability to protect your MySQL database from unauthenticated access through memcached clients. To enable simple cleartext password support, specify the ENABLE_MEMCACHED_SASL_PWDB=1 ... Caution Consult this section before deploying the daemon_memcached plugin on a production server, or even on a test server if the MySQL instance contains sensitive ...
https://dev.mysql.com/doc/refman/5.7/en/security-against-attack.html
When you connect to a MySQL server, you should use a password. Password handling during the client connection sequence was upgraded in MySQL 4.1.1 to be very secure. If you are still using pre-4.1.1-style passwords, the encryption algorithm is not ...If the connection between the client and the server goes through an untrusted network, and you are concerned about this, you can use the compressed protocol to make traffic much more difficult to ...
https://dev.mysql.com/doc/refman/5.7/en/xml-functions.html
Table 12.16 XML Functions Name Description ExtractValue() Extract a value from an XML string using XPath notation UpdateXML() Return replaced XML fragment This section discusses XML and related functionality in MySQL. Note It is possible to obtain ...
https://dev.mysql.com/doc/refman/5.7/en/docker-mysql-getting-started.html
Log in to the OCR with your Docker client (the docker command) using the docker login command: # docker login container-registry.oracle.com Username: Oracle-Account-ID Password: password Login successful. Because the MYSQL_ONETIME_PASSWORD option is ... Warning The MySQL Docker images maintained by the MySQL team are built specifically for Linux ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-options.html
--keyring-migration-password[=password] Command-Line Format --keyring-migration-password[=password] Introduced 5.7.21 Type String The password of the MySQL account used for connecting to the running server that is currently using one of the key ...
https://dev.mysql.com/doc/refman/5.7/en/query-log.html
(This assumes that the general query log itself is enabled.) Passwords in statements written to the general query log are rewritten by the server not to occur literally in plain text. Password rewriting can be suppressed for the general query log by ... The general query log is a general record of what mysqld is ...