| RE: [PHP] Problem with MySQL -
05-14-2007, 03:55 AM
> >
> > Warning: mysql_select_db(): Access denied for user
> 'ODBC'@'localhost' (using p***word: NO) in
> z:\home\localhost\www\2.php on line 12
> >
> > Warning: mysql_select_db(): A link to the server could not
> be established in z:\home\localhost\www\2.php on line 12
> >
> > Warning: mysql_query(): Access denied for user
> 'ODBC'@'localhost' (using p***word: NO) in
> z:\home\localhost\www\2.php on line 14
> >
> > Warning: mysql_query(): A link to the server could not be
> established in z:\home\localhost\www\2.php on line 14
> > Database Selected: i"
> >
> > what does it' mean?
>
> It just means that you are using a wrong username/p***word combination
> to connect.
Or that the user ODBC does not have access granted to the database or table
he is trying to access.
JM |