Home > other >  Docker deployment MySQL5.7 use yum to download cannot be started
Docker deployment MySQL5.7 use yum to download cannot be started

Time:10-17

Description: I want to be a centos deploy MySQL and tomcat + JDK container
From their warehouse to pull a pure version of centos7 mirror and began to deploy tomcat + JDK
Successful, but when deployed MySQL MySQL cannot be started because the container is not able to use systemctl with script so start but no start script file/etc/inint. D/MySQL that how should solve

CodePudding user response:

mysqld

CodePudding user response:

Mysql system process name is called mysqld so startup is service mysqld start
  • Related