$find =mysql_connect (da7297f80aa7a35ad8418898e99a6156,121f559f1e06b2889190f0bc8af7e69d, 387D0EE9A945D20E70D1C0BCABABFBB5);
if (! $find) {
echo "Database connection failed";
}else{
echo "Database connection succeeded";
}
$data =mysql_select_db (0E55DC7AF851D87009B142FCD44757F3, $find);
mysql_query ("SET NAME ' UTF8 '");
?>
I want to use MD5 encryption instead of database information! However, the browser does not output anything! What's wrong? Ask for a detailed workaround
Reply to discussion (solution)
You are an expert! Shame
Write like this
$find =mysql_connect (da7297f80aa7a35ad8418898e99a6156,121f559f1e06b2889190f0bc8af7e69d, 387D0EE9A945D20E70D1C0BCABABFBB5);
Don't you get an error?
Is there really nothing out there?
In the
$data =mysql_select_db (0E55DC7AF851D87009B142FCD44757F3, $find);
Your database name is: 0e55dc7af851d87009b142fcd44757f3???
Encrypt the user's password.
Not even the username and password to connect to the database is MD5.