Demo

討論

保持飢餓,保持愚笨 (Stay hungry, stay foolish)。 史蒂夫·賈伯斯

公告

本網站已取消討論區的討論方式,如果您有問題請至LINE群行動條碼圖片網址,或Facebook社團

Database Error: Unable to connect to the database:Could not

  • kingsworf
  • kingsworf 的個人頭像 Topic Author
  • 訪客
  • 訪客
2010-04-07 14:17 #17723 來自 kingsworf
kingsworf created the topic: Database Error: Unable to connect to the database:Could not
請問一下各位大大
我剛剛本來想要學一下轉移joomla整個網站
用自己的伺服器做測試
只用了複製a資料夾成為b
然後新增資料庫與將a資料庫轉出轉入為b資料庫
然後到b資料夾修改configuration檔案
然後出現以下錯誤
Database Error: Unable to connect to the database:Could not connect to MySQL

沒辦法解決~但糟糕的是連原本的a網站也變成這樣的問題了
把b網站與資料庫全部刪除也用不回來
可否請教各位大大這是什麼問題?
可否有辦法解決?
我設定這網站已經用了幾個月了
拜託大家救救我好嗎
先謝謝各位大大幫忙了
感謝

Please 登入 to join the conversation.

  • minishop
  • minishop 的個人頭像
  • 訪客
  • 訪客
2010-04-07 15:24 #17725 來自 minishop
minishop replied the topic: Database Error: Unable to connect to the database:Could not
var $dbtype = 'mysql';
var $host = '';
var $user = '';
var $db = '';
var $dbprefix = '';

以上的有冇填錯

Please 登入 to join the conversation.

  • kingsworf
  • kingsworf 的個人頭像 Topic Author
  • 訪客
  • 訪客
2010-04-07 15:47 #17727 來自 kingsworf
kingsworf replied the topic: Database Error: Unable to connect to the database:Could not

minishop 寫了道:: var $dbtype = 'mysql';
var $host = '';
var $user = '';
var $db = '';
var $dbprefix = '';

以上的有冇填錯


謝謝你回答我
我這邊用複製的給你看一下
(我認為是沒打錯啦....)

var $dbtype = 'mysql';
var $host = 'localhost';
var $user = '空間帳號';
var $db = '空間帳號_sema(資料庫名稱)';
var $dbprefix = 'jos_';

但是我整份文件檔案裡沒有你說的minishop\n

不知道這算不算是問題

希望有人可以幫我
要開價我也願意解決~
拜託大家
(我是真的很心急才這樣說的..)
謝謝....

Please 登入 to join the conversation.

  • sunlango
  • sunlango 的個人頭像
  • 訪客
  • 訪客
2010-04-07 16:58 #17730 來自 sunlango
sunlango replied the topic: Database Error: Unable to connect to the database:Could not
你的狀況應該是無法連結至資料庫
同二樓說的,從這方向去debug
1.資料庫名稱
2.網站的資料庫設定連結

如果還是不行
將整個資料夾跟資料庫copy至本機測試看看吧
找到引起問題的關鍵點
希望能幫上你的忙...

Please 登入 to join the conversation.

  • kingsworf
  • kingsworf 的個人頭像 Topic Author
  • 訪客
  • 訪客
2010-04-07 17:20 #17731 來自 kingsworf
kingsworf replied the topic: Database Error: Unable to connect to the database:Could not

sunlango 寫了道:: 你的狀況應該是無法連結至資料庫
同二樓說的,從這方向去debug
1.資料庫名稱
2.網站的資料庫設定連結

如果還是不行
將整個資料夾跟資料庫copy至本機測試看看吧
找到引起問題的關鍵點
希望能幫上你的忙...


我這邊有一個小小的問題想釐清
我是新增b來修改網站
a都沒有修改到,為什麼連a都會變成資料庫錯誤?
還是我一開始時
var $log_path = '/home2/網路空間帳號/public_html/網站名稱/logs';
var $tmp_path = '/home2/網路空間帳號/public_html/網站名稱/tmp';
沒修改到
造成資料混亂?

Please 登入 to join the conversation.

  • minishop
  • minishop 的個人頭像
  • 訪客
  • 訪客
2010-04-07 17:40 #17734 來自 minishop
minishop replied the topic: Database Error: Unable to connect to the database:Could not
你是用自己家中的電腦嗎?
(用自己的伺服器做測試)
如果是 installation 一個新的
拿新的configuration 改就ok

Please 登入 to join the conversation.

  • kingsworf
  • kingsworf 的個人頭像 Topic Author
  • 訪客
  • 訪客
2010-04-07 17:47 #17735 來自 kingsworf
kingsworf replied the topic: Database Error: Unable to connect to the database:Could not

sunlango 寫了道:: 你的狀況應該是無法連結至資料庫
同二樓說的,從這方向去debug
1.資料庫名稱
2.網站的資料庫設定連結

如果還是不行
將整個資料夾跟資料庫copy至本機測試看看吧
找到引起問題的關鍵點
希望能幫上你的忙...



可否請問還有那個資料檔案或是資料庫方面的問題能試的嗎
我將之前備份的資料夾檔案configuration.php備份回去還是一樣
那由此可見是不是可以排除configuration設定的問題呢?

很感謝大家願意幫助我
感激感激

Please 登入 to join the conversation.

  • minishop
  • minishop 的個人頭像
  • 訪客
  • 訪客
2010-04-07 18:02 #17736 來自 minishop
minishop replied the topic: Database Error: Unable to connect to the database:Could not
之前備份的資料夾檔案configuration.php備份回去

主機己不同 備份回去是沒用的

Please 登入 to join the conversation.

  • kingsworf
  • kingsworf 的個人頭像 Topic Author
  • 訪客
  • 訪客
2010-04-07 18:07 #17737 來自 kingsworf
kingsworf replied the topic: Database Error: Unable to connect to the database:Could not

minishop 寫了道:: 之前備份的資料夾檔案configuration.php備份回去

主機己不同 備份回去是沒用的


抱歉,是我敘述的問題
是我利用自己的網路空間做測試(非自己的伺服器)
故空間...主機應該都是一樣的
就是這樣~原本沒問題的網站變成無法連結我才覺得很機車
不好意思,我不太會溝通表達,希望大家見諒
謝謝

Please 登入 to join the conversation.

  • minishop
  • minishop 的個人頭像
  • 訪客
  • 訪客
2010-04-07 18:11 #17738 來自 minishop
minishop replied the topic: Database Error: Unable to connect to the database:Could not
MySQL 是否匯入 不是copy

Please 登入 to join the conversation.

  • kingsworf
  • kingsworf 的個人頭像 Topic Author
  • 訪客
  • 訪客
2010-04-07 18:15 #17739 來自 kingsworf
kingsworf replied the topic: Database Error: Unable to connect to the database:Could not

minishop 寫了道:: MySQL 是否匯入 不是copy



是的~是匯入

剛剛重新安裝一個新的joomla
發現全新安裝的joomla也出現如下錯誤:

無法連接資料庫。 資料庫連接器回傳號碼: Unable to connect to the database:Could not connect to MySQL

Unable to connect to the database:Could not connect to MySQL


我是用bluehost主機

是否是我的使用超出限制呢?(如cup或是資料庫數量)

Please 登入 to join the conversation.

  • kingsworf
  • kingsworf 的個人頭像 Topic Author
  • 訪客
  • 訪客
2010-04-08 13:13 #17743 來自 kingsworf
kingsworf replied the topic: Database Error: Unable to connect to the database:Could not

kingsworf 寫了道::

minishop 寫了道:: MySQL 是否匯入 不是copy



是的~是匯入

剛剛重新安裝一個新的joomla
發現全新安裝的joomla也出現如下錯誤:

無法連接資料庫。 資料庫連接器回傳號碼: Unable to connect to the database:Could not connect to MySQL

Unable to connect to the database:Could not connect to MySQL


我是用bluehost主機

是否是我的使用超出限制呢?(如cup或是資料庫數量)



請問有人能幫忙的嗎?

感激不進
拜託了

謝謝

Please 登入 to join the conversation.

  • sunlango
  • sunlango 的個人頭像
  • 訪客
  • 訪客
2010-04-08 14:43 #17745 來自 sunlango
sunlango replied the topic: Database Error: Unable to connect to the database:Could not
從網路上查了一下
不一定是你的設定問題
而是對方伺服端

在你變更資料庫的過程中
可能觸動了資料庫的某些規則
而導致資料庫無法連結

上他們的客服問問吧

Please 登入 to join the conversation.

  • kingsworf
  • kingsworf 的個人頭像 Topic Author
  • 訪客
  • 訪客
2010-04-09 10:34 #17747 來自 kingsworf
kingsworf replied the topic: Database Error: Unable to connect to the database:Could not
抱歉又來打擾了
客服一直說沒問題沒問題
也是要我自己去修改連結資訊
滿沮喪的....

如果我申請一新的主機
江資料複製過去,資料庫轉移過去
會可以用嗎?

麻煩大家給我點意見了
謝謝大家

Please 登入 to join the conversation.

  • CharlesJiang
  • CharlesJiang 的個人頭像
  • 訪客
  • 訪客
2010-04-09 15:12 #17748 來自 CharlesJiang
CharlesJiang replied the topic: Database Error: Unable to connect to the database:Could not
看來您遇到個無法直接在版面上可以解決的問題,您要不要留個msn,可直接跟你聯絡?

Please 登入 to join the conversation.