PDA

View Full Version : Login/Register


anarchy
09-18-2007, 04:05 PM
Hello I am trying to set up register and login for my site.
When I click on register or login it says:

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

Would somebody please help me out and tell me how to fix it?
Thanks. :)


I would prefer if you add me on msn and talk about it.

Anarchy_ig@hotmail.co.uk

UnlimitedMB
09-18-2007, 04:13 PM
Goto mysql area in your control panel to get mysql connection info.
root and localhost are both wrong.

anarchy
09-18-2007, 04:50 PM
Sorry but I really dont understand I am new to this please guide me exactly what links to click.

Tyler
09-18-2007, 07:57 PM
Goto mysql area in your control panel to get mysql connection info.
He told you where to go. You then need to change the connection settings in your script to the stuff listed in there. It is likely it is in config.php or something like that, if not you need to view the readme that came with the script or contact the script makers.

wwe
09-19-2007, 12:25 AM
You have to create a database and use the information listed after you create one. Just go to your control panel here on ULMB, create a database and then you should be redirected to the information about it.

Use that in the configuration of your new site. (Username, password, database name, etc.)

Also it's not "localhost" it's "mysql" (no quotes).