01-12-2010, 09:02 PM
esgsafety
2008-10-31 11:37:34 PDT
Godaddy does not provide root access to their databases, but I can create them using the godaddy interface. however this does not create the necessary tables for me to use opendocman. I create the database in godaddys MySQL control panel, then provide the settings in the config.php. however I cannot login as "admin". When I try, I get the following error:
Error in query: SELECT id, username, password FROM user WHERE username = 'admin' AND password = password(''). Table 'databasename.user' doesn't exist
Any ideas as to what my next step should be? Any help would be appreciated. Thanks!
jonathanwminer
2008-11-03 06:59:42 PST
Hmm...
You may want to look at the database.sql file, and perform those steps by hand.
esgsafety
2008-11-05 08:11:56 PST
that worked perfectly, thank you so much jonathan.
2008-10-31 11:37:34 PDT
Godaddy does not provide root access to their databases, but I can create them using the godaddy interface. however this does not create the necessary tables for me to use opendocman. I create the database in godaddys MySQL control panel, then provide the settings in the config.php. however I cannot login as "admin". When I try, I get the following error:
Error in query: SELECT id, username, password FROM user WHERE username = 'admin' AND password = password(''). Table 'databasename.user' doesn't exist
Any ideas as to what my next step should be? Any help would be appreciated. Thanks!
jonathanwminer
2008-11-03 06:59:42 PST
Hmm...
You may want to look at the database.sql file, and perform those steps by hand.
esgsafety
2008-11-05 08:11:56 PST
that worked perfectly, thank you so much jonathan.