Can't login

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
unorthodokz
Forum Newbie
Posts: 11
Joined: Tue Apr 10, 2007 2:33 pm
Location: Nashville, TN

Can't login

Post by unorthodokz »

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.
Post Reply