Jump to content
MakeWebGames

log in error


gng554

Recommended Posts

helllo i am new to this i made a game

when u register it says u registerd enjoy the game

when u go and enter the username and password and press submit it says this:

Access denied for user 'root'@'localhost' (using password: YES)

can u plz help me with this?

Link to comment
Share on other sites

Re: log in error

You have a mysql connection error.

That means that the mysql server is rejecting your connection with the current username and password combination.

This this solution;

Find the script called "mysql.php", open it with any Hex Editor.

You will see the line somehting similar to this:

$c = mysql_connect("localhost","root","something");

You should contact your hosting profider for those details.

Also ask your hosting provider for the mysql database you are using.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...