i got this error when creating the cloudstack management database and don't
know where the problem is. Any idea??

the command i use was cloudstack-setup-databases cloud:123@10.8.9.230
--deploy-as=root:123  -i 10.8.9.230


ERROR 2003 (HY000): Can't connect to MySQL server on '10.8.9.230' (111)


Sql parameters:
{'passwd': '123', 'host': '10.8.9.230', 'user': 'root', 'port': 3306}

this is the content of  /etc/cloudstack/management/db.properties

cluster.node.IP=10.8.9.230
cluster.servlet.port=9090
region.id=1

# CloudStack database settings
db.cloud.username=cloud
db.cloud.password=cloud
db.cloud.host=localhost
db.cloud.driver=jdbc:mysql
db.cloud.port=3306
db.cloud.name=cloud

Reply via email to