DaanHoogland commented on issue #3651: Fix simulator docker db deploy issue (apache#3397) URL: https://github.com/apache/cloudstack/pull/3651#issuecomment-592927948 tested and checked if mysql was running: ``` baloujak:docker dahn$ docker exec -it 74738358a18c bash root@74738358a18c:~# ps -a PID TTY TIME CMD 686 pts/0 00:00:00 ps root@74738358a18c:~# ps -eaf UID PID PPID C STIME TTY TIME CMD root 1 0 1 09:52 ? 00:00:03 /usr/bin/python /usr/bin/supervisord root 9 1 99 09:52 ? 00:04:58 /usr/lib/jvm/java-8-openjdk-amd64/bin/java -classpath /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dclassworlds.conf=/usr/share/ma root 10 1 0 09:52 ? 00:00:00 /bin/sh /usr/bin/mysqld_safe mysql 404 10 0 09:52 ? 00:00:01 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --user=mysql --log-error=/var/log/mysql/err root 666 0 1 09:55 pts/0 00:00:00 bash root 687 666 0 09:55 pts/0 00:00:00 ps -eaf root@74738358a18c:~# mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 6 Server version: 5.7.29-0ubuntu0.16.04.1 (Ubuntu) Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> use cloud Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> ``` @weizhouapache do you agree this is good enough? @khnazaretyan can you reapply your change on branch 4.13 and force push it here?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
