HOME > PHP > PHP Forum > ยหAccess denied for user 'ODBC'@'localhost' (using password: NO) มารคืออะไรคะ งงมากๆ ถ้าจะแก้ต้องทำอย่างไงคะ และก็อันอื่นด้วยช่วยหน่อยคะ
ยหAccess denied for user 'ODBC'@'localhost' (using password: NO) มารคืออะไรคะ งงมากๆ ถ้าจะแก้ต้องทำอย่างไงคะ และก็อันอื่นด้วยช่วยหน่อยคะ
[font=Verdana]ผลรัน [/font]
แสดงคำนี้คะ
MySQL select database failed
................................................................................................................................................
อันที่3
<!DCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http:// www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title> mysql_query</title>
<?
@mysql_query("SET NAME utf8")or die(mysql_error());
$sql = "SELECT * FROM guest ORDER BY 'date'DESC";
$result = mysql_query($sql) or die(mysql_error());
?>
</body>
</html>
[font=Verdana]ผลรัน [/font]
แสดงคำนี้คะ
Access denied for user 'ODBC'@'localhost' (using password: NO)
......................................................................................................................................................
อันที่ 4
<!DCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http:// www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>mysql_fetch_array</title>
[font=Verdana]ผลรัน [/font]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\mysql_fetch_array().php on line 10
,,,