----- Original Message -----
From: "help" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 02, 2001 3:55
Subject: Mysql error (Index page)


>
>       I am getting a few errors on the index page of
> my site. I am running the page on a windwos 2000 adv
> server with Mysql and PHP. I have also installed the
> ODBC module. The errors I am getting are as follows:
>
> Warning: MySQL Connection Failed: Access denied for
> user: 'mark@localhost' (Using password: YES) in
> C:\sites\docs\index.phtml on line 5

This means that you'll need to fix up the GRANT tables.  You'll need to
1. Add a user call mark   OR
2. Supply the correct password OR
3. Give the user mark the correct permissions OR ...

Once you have fixed this up, you may find that many of the other problems
will go away.

>
> Warning: Supplied argument is not a valid MySQL-Link
> resource in C:\sites\docs\index.phtml on line 6
>
> Warning: Supplied argument is not a valid MySQL result
> resource in C:\sites\docs\index.phtml on line 8
>
> Warning: MySQL Connection Failed: Access denied for
> user: 'mark@localhost' (Using password: YES) in
> C:\sites\docs\meta.inc on line 3
>
> Warning: Supplied argument is not a valid MySQL-Link
> resource in C:\sites\docs\meta.inc on line 4
>
> Warning: Supplied argument is not a valid MySQL result
> resource in C:\sites\docs\meta.inc on line 7
>
> Warning: Undefined index: login in
> C:\sites\docs\header.inc on line 4
>
>
> Warning: Undefined index: login in
> C:\sites\docs\navigation.inc on line 48
>
> Warning: MySQL Connection Failed: Access denied for
> user: 'mark@localhost' (Using password: YES) in
> C:\sites\docs\navigation.inc on line 49
>
> Warning: Supplied argument is not a valid MySQL-Link
> resource in C:\sites\docs\navigation.inc on line 50
>
> Warning: Supplied argument is not a valid MySQL result
> resource in C:\sites\docs\navigation.inc on line 52
>
> Warning: Supplied argument is not a valid MySQL result
> resource in C:\sites\docs\navigation.inc on line 53
>
> Please let me know how to fix these errors please.
> Thanks
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to