Demo

討論

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

公告

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

DB function failed with error number 145! 我的網站掛掉了 !

  • morris0614
  • morris0614 的個人頭像 Topic Author
  • 訪客
  • 訪客
2009-10-16 19:43 #16043 來自 morris0614
morris0614 created the topic: DB function failed with error number 145! 我的網站掛掉了 !
當我要連我的網站時

出現了

jtablesession::Store Failed
DB function failed with error number 145
Table '.\oic\jos_session' is marked as crashed and should be repaired SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( 'e0ffc68e1c5e5518ee7edb0c8ff5e0fb','1255693061','','0','1','0' )

我看了很多網頁 但找不到解決的方法

有人說要連到phpMYADMIN

我也從沒連過這個 也不記得當初有要我設密碼

所以我測試基本上用 “Administrator” , “Admin” , “Root” 當帳號 然後密碼放空都可以連的進去

但我這個裡面竟然是空的

請問有人會解這個狀況嗎


這是我的網址 希望有人能幫忙想想辦法

http://oic.nthu.edu.tw

here is the account and password : Administrator / nthuii

plz plz plz

Please 登入 to join the conversation.

More
2009-10-17 21:27 #16053 來自 kochin
kochin replied the topic: DB function failed with error number 145! 我的網站掛掉了 !
Jos_session 只是用來儲存暫時性的資料,你可以把它 drop 掉再重新建立過就好了。
你可以用 phpmyadmin 或 ssh 到伺服器上用 mysql 來做這工作:
DROP TABLE IF EXISTS `jos_session`;
CREATE TABLE IF NOT EXISTS `jos_session` (
  `username` varchar(150) default '',
  `time` varchar(14) default '',
  `session_id` varchar(200) NOT NULL default '0',
  `guest` tinyint(4) default '1',
  `userid` int(11) default '0',
  `usertype` varchar(50) default '',
  `gid` tinyint(3) unsigned NOT NULL default '0',
  `client_id` tinyint(3) unsigned NOT NULL default '0',
  `data` longtext,
  PRIMARY KEY  (`session_id`(64)),
  KEY `whosonline` (`guest`,`usertype`),
  KEY `userid` (`userid`),
  KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
你也可以試試 REPAIR TABLE `jos_session`。

Please 登入 to join the conversation.

More
2009-10-21 01:40 #16154 來自 ttwin819
ttwin819 replied the topic: DB function failed with error number 145! 我的網站掛掉了 !
這問題,有解嗎?

phpMyAdmin - 錯誤
#1040 - Too many connections

只要我上載文件後,該joe session的數量馬上爆增.然後死機(會造成整個XAMPP SERVER都掛掉.)

看了網路文章.
多半寫
<<修改MySQL配置文件(Windows下為my.ini, Linux下為my.cnf )中的參數>> :cry: 試了也沒啥用處

站上高手.有誰遇過嗎

建立環境xampp + winxp

Regards

Nick ( [email protected] )

樂於創作 勇於分享

Please 登入 to join the conversation.

  • jpst
  • jpst 的個人頭像
  • 訪客
  • 訪客
2009-11-05 15:38 #16347 來自 jpst
jpst replied the topic: DB function failed with error number 145! 我的網站掛掉了 !
試試看這個 我的網站也有同樣的問題
但用這個'方法就修復了
http://www.tobacamp.com/tutorial/when-y ... t-crashed/

Please 登入 to join the conversation.

More
2009-11-05 16:39 #16349 來自 leelm53
leelm53 replied the topic: DB function failed with error number 145! 我的網站掛掉了 !
morris0614\n

當我要連我的網站時
出現了
jtablesession::Store Failed
DB function failed with error number 145
Table '.\oic\jos_session' is marked as crashed and should be repaired SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( 'e0ffc68e1c5e5518ee7edb0c8ff5e0fb','1255693061','','0','1','0' )
/quote]

morris0614 君:
剛才連到前、後台一切正常啊,如附圖,是否已修復?!
前台:
http://is.gd/4NFVm
後台:
http://is.gd/4NFKM

Please 登入 to join the conversation.