I am here to install the Mysql-community-server through the official source of the MySQL yum, the current version is MySQL 5.7.12.wget rpm-ivh Mysql57-community-release-el6-8.noarch.rpmyum Install Mysql-community-serverservice mysqld startAfter the
In MySQL version 5.7, the user password policy is divided into low-level, medium-medium, and super-strong three, with the recommended medium medium level.When we install MySQL, the user password policy is set by the following command:Shell>
1. Password PolicyThe strength of the password was enhanced in MySQL 5.6, and the Validate_password plugin was introduced. Support for password strength requirements.(1) Install plug-in[[email protected] ~]#
Mysql 5.7 Default password strength requirements for user passwords, if you specify a weak password, you will be prompted as follows:1819 not Current policy requirementsThe password strength control in Mysql 5.7 is implemented by the plugin, which
To view an existing password policymysql> SHOW VARIABLES like ' validate_password% ';+--------------------------------------+--------+| variable_name | Value |+--------------------------------------+--------+| Validate_password_dictionary_file | ||
MySQL Security Policy (MySQL security considerations) and mysql policy considerations
Guide
MySQL is used in more and more businesses and has higher requirements on Data Security in key businesses. How can we ensure MySQL Data Security?
Data
This problem occurs because the password is too simple. The newly installed MySQL password is the highest default strength, if you want to set a simple password will modify the value of Validate_password_policy,The validate_password_policy has the
Reprinted: http: wwwcnblogscomxiaoluo501395377archive201304073003278html modified some mysql to start the j2ee development environment on Linux, centOS6CentOS for jdk, tomcat, and eclipse
I have modified some mysql commands to start the cloud
To
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements, hy000satisfy
To enhance security, MySQL5.7 randomly generates a password for the root user. In the error log, for the location of the error log, if the RPM package
If you want to do a Java EE development on Linux, first build the Java EE development environment, including the JDK, Tomcat, Eclipse installation (this in a previous essay has explained in detail the Linux learning CentOS (vii)- CentOS under the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.