In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article introduces you how to install Mysql5.7 in Docker, the content is very detailed, interested friends can refer to, hope to be helpful to you.
Mkdir data/mysql/logs data/mysql/conf data/mysql/data-pdocker pull mysql/mysql-server:5.7docker run-- name mysql-server5.7-- restart always-d-p 3306 name mysql-server5.7 3306-v / root/data/mysql/data:/var/lib/mysql-v / root/data/mysql/conf/my.cnf:/etc/mysql/my.cnf-v / root/data/mysql/logs:/logs-e MYSQL_ROOT _ PASSWORD=root123456-e MYSQL_USER=reus-e MYSQL_PASSWORD=123456 mysql/mysql-server:5.7-- character-set-server=utf8-- collation-server=utf8_general_cidocker exec-it container name bashgrant all privileges on *. * to 'reus'@'%' identified by' password 'with grant option Flush privileges # my.cnf [client] default-character-set=utf8 [mysql] default-character-set=utf8 [mysqld] init_connect='SET collation_connection = utf8_unicode_ci' init_connect='SET NAMES utf8' character-set-server=utf8 collation-server=utf8_unicode_ci skip-character-set-client-handshake so much about how to install Mysql5.7 in Docker. I hope the above content can be of some help to you. You can learn more. If you think the article is good, you can share it for more people to see.
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.