In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces how to install MySQL in ubuntu server18.04.3, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.
In addition to sharing files, the unit server also has a lot of resources, so the Hyper virtual machine is used to install several independent virtual machines to simulate possible cloud servers, all with the latest ubuntu server 18.04.3 image.
Install the second generation virtual machine normally, and after installing the system
Sudo apt-get updatesudo apt-get upgrade
First, install MySQL
After a successful installation of sudo apt-get install mysql-server, you can test whether the installation is successful by using the following command: sudo netstat-tap | grep mysql
Set up to run remote access
Nano / etc/mysql/mysql.conf.d/mysqld.cnf comment out bind-address = 127.0.0.1
Enter the mysql service
Mysql-uroot-p execute authorization command: grant all on *. * to root@'%' identified by 'your password' with grant option;flush privileges Launch service exit console restart service service mysql restart thank you for reading this article carefully. I hope the article "how to install MySQL in ubuntu server18.04.3" shared by the editor will be helpful to you. At the same time, I also hope you will support us and follow the industry information channel. More related knowledge is waiting for you to learn!
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.