Re: installation-database

2019-02-21 Thread Dag Sonstebo
Alejandro, You haven't told us if the MySQL server is on the same server as management? In all likelihood this is a MySQL permission issue - log in to it if you can and do a "select user,host from mysql.user;" - I suspect you have set up "root@localhost", but not "root@@10.8.9.230" or "root@%"

Re: installation-database

2019-02-20 Thread Thomas Joseph
Check firewalls and check if port 3306 is listening on ip 10.8.9.230 With regards Thomas On Wed, 20 Feb 2019, 7:14 pm Alejandro Ruiz Bermejo, < arbermejo0...@gmail.com> wrote: > can't see any problem there this is the full output of the previous command > > root@cloudstack1:/home/team# cloudstac

Re: installation-database

2019-02-20 Thread Alejandro Ruiz Bermejo
can't see any problem there this is the full output of the previous command root@cloudstack1:/home/team# cloudstack-setup-databases cloud:123@10.8.9.230 --deploy-as=root:123 -i 10.8.9.230 Mysql user name:cloud [ OK ] Mysql user password:** [ OK ] Mysql server ip:10.8.9.230 [ OK ]

Re: installation-database

2019-02-20 Thread Ivan Kudryavtsev
Looks like this is what exactly means. Check your mysql configuration for root connection from the host you use to deploy. First try with 'mysql' cli utility. ср, 20 февр. 2019 г. в 13:46, Alejandro Ruiz Bermejo < arbermejo0...@gmail.com>: > i got this error when creating the cloudstack managemen

installation-database

2019-02-20 Thread Alejandro Ruiz Bermejo
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) Sq