[quote=âEgbert Verhage, post: 314, member: 67â]Check of you username and password of you mysql datebase is correct!
Edit [I]/opt/fog/service/etc/config.php [/I]and /var/www/html/fog/commons/config.php
Or maybe the mysql server donât allow to connect from extern host. Set in you mysql config the bind addres on 0.0.0.0.
And in the config above set the host to you IP of the server(Of the local network).
(Sorry, English is not very well)[/quote]
thanks for you reply!
in /commons/config.php I got this:
[PHP]define( âDB_USERNAMEâ, MYSQL_USERNAME );
define( âDB_PASSWORDâ, MYSQL_PASSWORD );[/PHP]
As everyone the credentials to login in fog GUI are âfogâ and âpasswordâ. And DB has
no passw.
PS: Iâm trying to connect from the local machine, that runs
fog too.