This topic is locked

ERROR- have u had this problem

8/10/2008 2:53:58 PM
PHPRunner General questions
O
obiekwe author

PHP error happened
Technical information
Error type: 2

Error description:mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES)

URL:4mmicrometrologydatabase.com/login.php?

Error file:C:\Inetpub\vhosts\4mmicrometrologydatabase.com\httpdocs\include\dbconnection.php

Error line:9

SQL query:
i just confess, my password is correct

please check the site your self first(www.4mmicrometrologydatabase.com) hosted by inspirunner.com

and tell me what u will do.

T
thesofa 8/10/2008

usually this means that the user quoted, root, is not allowed to access the databse from web pages from your machine, what do you use for controlling MYSQL databases?

O
obiekwe author 8/10/2008

usually this means that the user quoted, root, is not allowed to access the databse from web pages from your machine, what do you use for controlling MYSQL databases?


hello

i use root as my user name

are u saying that root should not be used to asses data from the web page?

and what do u mean by"what do you use for controlling MYSQL databases?" i dont understand.

i am connection through phprunner

T
thesofa 8/10/2008

how do you create your MySQL tables?

O
obiekwe author 8/10/2008

how do you create your MySQL tables?



the normal way

my table to the best of my knowledge is okay

except u suspect any problem(what u think i should consider)

or sugguestion

because my sql query are working

waiting to hear from u

J
Jane 8/11/2008

Hi,
that means username or password are incorrect.
I guess username/password on your local box are not the same as on the web server.