In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly gives you a brief talk about Linux system installation MySQL process parsing, related professional terms you can check the Internet or find some related books to supplement, here we will not dabble in, let's go straight to the Linux system installation MySQL process parsing topic, hope to bring you some practical help.
Find out if the virtual machine has a mysql database, and find and delete the database that comes with it, and confirm
Download the mysql installation package file (wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm)
Install the mysql-community-release-el7-5.noarch.rpm package (rpm-ivh mysql-community-release-el7-5.noarch.rpm)
After the installation is complete, two new yum source files, mysql-community.repo and mysql-community-source.repo, will be added in the / etc/yum.repos.d/ directory.
4. Install MySQL (yum install mysql-server)
5. Check whether MySQL is installed successfully (rpm-qa | grep mysql)
6. Start the MySQL service (in several ways, boot is usually set for convenience)
① systemctl start mysqld.service # starts mysql
② systemctl restart mysqld.service # restart mysql
③ systemctl stop mysqld.service # stop mysql
④ systemctl enable mysqld.service # sets mysql boot
7. Log in to MySQL (no password for the first time)
8. Set the password and refresh it (use your own password)
9. Set remote host login (only change the password in the last "")
10. Test the link using the native MySQL tool (Navicat is used here)
Linux system installation MySQL process analysis will first tell you here, for other related issues you want to know can continue to pay attention to our industry information. Our section will capture some industry news and professional knowledge to share with you every day.
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.