[問題] 網頁連不上出現mysql錯誤
想請教版上高手們資料庫mysql連線問題
網頁不知被我改了什麼後,點開後變的不能連了
出現下列這行錯誤信息
Fatal error: Access denied for user 'autosharp'@'localhost' (using password:
YES) in
/home/httpd/vhosts/autosharp.com.tw/httpdocs/Connections/autosharp.php on
line 9
之後我就用Dreamweaver把autosharp.php這個檔案叫出來,看line9顯示什麼,
程式碼顯示如下,但我看不懂,也google不到相關資料,所以想請各位幫幫忙,謝謝!
1<?php
2# FileName="Connection_php_mysql.htm"
3# Type="MYSQL"
4# HTTP="true"
5$hostname_autosharp = "localhost";
6$database_autosharp = "XXXXXX";
7$username_autosharp = "XXXXXX";
8$password_autosharp = "XXXXXX";
9$autosharp = mysql_pconnect($hostname_autosharp, $username_autosharp,
$password_autosharp) or trigger_error(mysql_error(),E_USER_ERROR);
10?>
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 175.181.41.155
※ 文章網址: https://www.ptt.cc/bbs/Web_Design/M.1423792637.A.B29.html
推
02/13 10:12, , 1F
02/13 10:12, 1F
→
02/13 10:13, , 2F
02/13 10:13, 2F
推
02/13 10:34, , 3F
02/13 10:34, 3F
→
02/13 11:40, , 4F
02/13 11:40, 4F
※ 編輯: maxinebaby (175.181.41.155), 02/13/2015 12:06:59
推
02/13 12:10, , 5F
02/13 12:10, 5F
→
02/13 12:56, , 6F
02/13 12:56, 6F
推
02/13 14:34, , 7F
02/13 14:34, 7F
推
02/14 01:02, , 8F
02/14 01:02, 8F
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章