In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Install mysql using yum
1 https://dev.mysql.com/get/mysql57-community-release-fc26-10.noarch.rpm wget, or download the repo file installation of yum directly from the mysql official website, address is https://dev.mysql.com/downloads/file/?id=470891, click No thanks, just start my download. It can be downloaded.
two。 After installing repo, clear all the cache,yum clean all of yum first.
3.yum makecache
4. Install mysql using yum. Yum install mysql-community*
5. After installing all the components of mysql, because you need to change the initial password, it is recommended that you modify my.cnf before starting the service.
[mysqld]
Add skip-grant-tables=1
Enable mysql service service mysqld start
6. Change the root password of mysql
Enter the mysql table update user set authentication_string=password ('root') where user='root'
* if you read it correctly, the password field of mysql5.7 has become authentication_string. If it is before 5.7, please change it back to password.
7 after changing the root password, you need to change the my,cnf.
Skip-grant-tables=0
8. Restart the mysqld service service mysqld restart.
Finish Luo (scatter flowers)
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.