core 5 php mysql

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi List

	Where can I find the right values to put in this piece of PHP code to
link to MySQL.  At the moment if Can't Connect

<?
$db_host = "localhost";
$db_user = "mysql";
$db_pass = "*****";
$db_name = "scan2";

$conn = mysql_connect($db_host,$db_user,$db_pass);
if (!$conn) {
 echo "Could not connect to MySQL server!";
 exit;
}

I have hid the real value of the PW I think it is   Where can I find the
values for each field on my system please.         


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux