Barry C. Hawkins wrote:
> Esteemed colleagues,
>     The php list is down, and I am sure someone knows what to do about
this
> in this list.  The issue is that I receive the error
>
>     Parse error: parse error in config.inc.php3 on line 1
>
> upon trying to access phpMyAdmin 2.1.0 from the web.  MySQL 3.22.23 is on
> the same Linux box running Apache 1.36.  Line 1 reads as follows:
>
>     $cfgServers[1]['host'] = 'localhost';           // MySQL hostname
>
> I have tried 'localhost', '127.0.0.1', and 'hostname.com' (name provided
by
> ISP who seems fairly clueless).  What painfully obvious thing am I
> overlooking?

    The name of the server is not the issue.  Chances are good that there
    is a syntax error in a line above the spot where config.inc.php3 is
    included.

    Try including a different file and seeing if you get the same error.

    --zak


---------------------------------------------------------------------
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