Fog Fails to Connect to Database
-
When ever I install fog on Ubuntu server I get this message that says fog fail to connect to database. What should I do to fix this.
[ATTACH=full]45[/ATTACH]
also I am having a problem pulling and image I get this error that say can not move /images/dev/(computers mac) to /images/(computer image) any way to fix this.
[url=“/_imported_xf_attachments/0/45_fog.JPG?:”]fog.JPG[/url]
-
Did you add a password to the SQL portion of the install when you installed FOG? Or did you leave it blank?
-
Yes I add the SQL password to config.php and I am able to connect to the web page. But I still get the same error.
-
I hear you have to update /opt/fog/service/etc/config.php AND /fog/commons/config.php FWIW.
[url]http://blog.thefoleyhouse.co.uk/2011/02/fog-free-opensource-ghost-multicast.html[/url] -
yes you need to edit both of the above paths and add your mysql password to these two files.
/var/www/fog/commons/config.php and /opt/fog/service/etc/config.php.
-
[quote=“falko, post: 1640, member: 48”]yes you need to edit both of the above paths and add your mysql password to these two files.
/var/www/fog/commons/config.php and /opt/fog/service/etc/config.php.[/quote]
Hey Thanks
I modified the files and it work thanks