Posts Tagged ‘networking’

Home Security Tutorial

Sunday, August 15th, 2010

home security tutorial
affmage source=”ebay” results=”100″]home security tutorial[/affmage]
affmage source=”ebay” results=”50″]home security tutorial[/affmage]
home security tutorial
Help with PHP?

I am currently trying to configure a PHP script that creates a security system on my home Apache server. I can link you to the page that contains tutorial I’m working with if that helps

http://www.phpeasystep.com/workshopview.php?id=6

Basically, when I run the main login script, that page runs correctly. But when I put in the user information (john, 1234 like they used in the example) and click the submit button, the check login script gives me the following error

“Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘ODBC’@'localhost’ (using password: NO) in C:xampphtdocsPHP_Securitychecklogin.php on line 9
cannot connect”

I’m not sure what to make of the line “Access denied for user ‘ODBClocalhost’ ”

Is ODBC a mySQL user name or something? I did some looking around on the web and couldnt find any answers to this.

The script thinks your user is ODBC@localhost. The ODBC can be set up in your control panel under datasources.

My memory is really rusty on windows and databases. Do you have a mysql user set up, and a user set up in the database for the login script if it calls for it?

The user also needs permissions.

home security tutorial