- Symptom:
After you run
zstack-ctl start
to start ZStack, the error is displayed as follows:When I run
zstack-ctl status
, the system prompts me forMySQL is not running
. - Solution:
First, attempt to check the configurations of /usr/local/zstack/apache-tomcat/webapps/zstack/WEB-INF/classes/zstack.properties.
For example:
RunDB.url = jdbc:mysql://10.0.0.18:3306 DB.user = zstack DB.password = zstack.password
mysql -u zstack -pzstack.password -h 10.0.0.18 -P 3306
to check whether the MySQL database can be accessed.
When I start ZStack, it prompts me for MySQL is not running. What should I do? Print
Created by: ZStack Support
Modified on: Mon, 28 Mar, 2022 at 12:02 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.