[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
New Installation...old script...Perl...PHP
Hi,
I have install 2 new system with PHP, PERL, APACHE, MYSQL, (Redhat 7)
Everything is fine except one little thing.
My PHP and Perl scripts will not work with a "localhost" address. ie:
this works:
$dbh=DBI->connect("dbi:mysql:fldev:127.0.0.1","user","pass");
but this does not:
$dbh=DBI->connect("dbi:mysql:fldev:localhost","user","pass");
I presume that this has something to do with my permissions... or my apache setup... any insight... or tutorial I could read?
Regards
Martin
--
---------------------------------------------------------------------
Please check "http://www.mysql.com/documentation/manual.php" before
posting. To request this thread, e-mail mysql-thread60353@xxxxxxxxxxxxxxx
To unsubscribe, send a message to:
<mysql-unsubscribe-treed=ultraviolet.org@xxxxxxxxxxxxxxx>
If you have a broken mail client that cannot send a message to
the above address (Microsoft Outlook), you can use:
http://lists.mysql.com/php/unsubscribe.php
This mailing list archive is a service of Copilot Consulting.