You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
making JAR...
cleaning up...
done.
-->Starting mysql
* Stopping MySQL database server mysqld
...done.
* Starting MySQL database server mysqld
...fail!
[root@hpcentos7 hackpad]#
使用这个命令启动
docker run -p 9000:9000 -v /home/lgl/docker/hackpad/hackpad:/etc/hackpad/src hackpad
The text was updated successfully, but these errors were encountered:
liong911
changed the title
我通过容器安装,使用docker-compose启动的时间mysql报错了
我通过容器安装,启动时mysql报错了
Apr 8, 2021
first, you need to modify bin/docker-entrypoint.sh
service mysql restart ==> find /var/lib/mysql -type f -exec touch {} ; && service mysql restart
then, docker build and run
使用这个命令启动
The text was updated successfully, but these errors were encountered: