Results 1 to 3 of 3
I have also attempted to install FOG. I attempted on Ubuntu 10.04, changed all passwords to be the same but get this:
¨Unable to connect to Database
Msg: Failed to ...
- 03-29-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 2
Fog 0.30 on Ubuntu 10.04
I have also attempted to install FOG. I attempted on Ubuntu 10.04, changed all passwords to be the same but get this:
¨Unable to connect to Database
Msg: Failed to connect to server: localhost Server returned: Access denied for user 'root'@'localhost' (using password: YES)¨
Can anyone help?
- 03-31-2011 #2Just Joined!
- Join Date
- Mar 2011
- Posts
- 6
This look like problem with you Mysql server.U may use grant privilege to give access to the db .
login to Ur db through command prompt.
$ mysql -u root -p password
type
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY "mysql_passwd";
instead of *.* use may also use databasename.*
- 04-01-2011 #3Just Joined!
- Join Date
- Mar 2011
- Posts
- 2
The problem was indeed with the access in Mysql and now have access. I have installed the FOG on the two different PC model clients but they never boot to FOG even though PXE is active.
has anyone run accros this?


Reply With Quote