Hi,
I’m setting up FOG on a debian squeeze (6.0) but I ran into issues.
I arrived to the point I can open the web interface to set up the schema on the database.
When I click on the button to create the schema, it throws me an error:
Database error: (ID# 15-18)
Database Error:
Access denied for user ‘focuser’@‘localhost’ to database ‘fog’
What is weird is when I log in on the DB using ‘foguser’ as user (using mysql command line) is that I can see a bunch of tables created so the credentials must be right. If I try to run it again, it gives me another error about an existing column.
I searched in the wiki and I tried to debug with a user in the IRC channel but we couldn’t figure out what was wrong in the configuration.
Would you have any idea where I should look to fix the issue? Or maybe is there a flag to force it to think the DB schema is done somewhere in a file or in the DB?
Is there any way I can debug this problem? Is there any flag to enable debug?