Can't login
Posted: Mon May 14, 2007 11:01 pm
Hey ya'll, I have a script that I've got up and running properly on my local comp. I'm trying to get it up and going on a godaddy shared host account, but for some reason when I go to the login admin page, it's not letting me do it properly.
Because it's a shared host I don't have command line root access to the files so when I was installing the database I couldn't change my password, and identify a password for the particular database using
GRANT SELECT, INSERT, UPDATE, DELETE, LOCK TABLES ON xxxxx.* TO user@xxxxx IDENTIFIED BY 'password';
Anyways, I used a tutorial to and it said that the default login should be user "admin" and pass "admin." Those aren't working, and nor are the user and pass that I put in with the database connection config.
Any hint/clue what the problem might be? I'm in dire need of help on this one and any thought is appreciated GREATLY.
Because it's a shared host I don't have command line root access to the files so when I was installing the database I couldn't change my password, and identify a password for the particular database using
GRANT SELECT, INSERT, UPDATE, DELETE, LOCK TABLES ON xxxxx.* TO user@xxxxx IDENTIFIED BY 'password';
Anyways, I used a tutorial to and it said that the default login should be user "admin" and pass "admin." Those aren't working, and nor are the user and pass that I put in with the database connection config.
Any hint/clue what the problem might be? I'm in dire need of help on this one and any thought is appreciated GREATLY.