溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

在線考試系統(tǒng)從Windows系統(tǒng)遷移到Linux系統(tǒng)的整個過程

發(fā)布時間:2020-07-15 20:13:00 來源:網(wǎng)絡(luò) 閱讀:5735 作者:sky9890 欄目:數(shù)據(jù)庫

原運(yùn)行環(huán)境:

操作系統(tǒng):Windows Server 2003

數(shù)據(jù)庫系統(tǒng):MySQL Server 5.0

Web服務(wù)器軟件:Apache2

編程語言:PHP

現(xiàn)運(yùn)行環(huán)境:

操作系統(tǒng):CentOS release 6.8 (Final)

數(shù)據(jù)庫系統(tǒng):MySQL Server 5.5.52

Web服務(wù)器軟件:Apache/2.2.15(Unix)

編程語言:PHP

  遷移步驟:

1.遷移程序:首先把Windows下的考試系統(tǒng)exam文件夾打成壓縮包,然后上傳到Linux服務(wù)器的Apache下的html目錄下并進(jìn)行解壓縮;命令:unrar x exam.rar

2.遷移數(shù)據(jù)庫:先把考試數(shù)據(jù)庫文件打成壓縮包,然后上傳到Linux mysql目錄下并解壓縮;

3.找到配置文件修改數(shù)據(jù)庫口令。

運(yùn)行測試:

問題1:此文件不可寫:/var/www/html/exam/cache/label_cache/index_0_0_17_0_0_b9f50.php

解決問題1[root@sky9896cache]# chmod -R a+w  label_cache/

   

   問題2:前臺頁面出現(xiàn)亂碼

   解決問題2

   [root@sky9896data]# vi config.php

   $webdb['admin_url']='http://117.*.*.*/exam/admin';  #修改地址

   $webdb['www_url']='http://117.*.*.*/exam';

   

   問題3此文件不可寫:/var/www/html/exam/cache/adminlogin_logs.php

   解決問題3[root@sky9896exam]# chmod -R a+w cache/

   

   問題4Table 'qb_config' is read only

   1036此文件不可寫:/var/www/html/exam/data/config.php

   解決問題4[root@sky9896exam]# chmod -R a+w data/

   

   問題5:數(shù)據(jù)庫連接出錯:UPDATEqb_memberdata        SETlastvist='1497402735',lastip='182.105.0.143',oltime=oltime+'34' WHERE  uid='1' Table 'qb_memberdata' is read only 1036

   解決問題5

   [root@sky9896 mysql]# chown  -R mysql:mysql exam

   [root@sky9896 mysql]# service mysqld restart

   

    問題6:嚴(yán)重警告,/var/www/html/exam/upload_files此目錄不可寫,請用FTP修改其屬性為0777可寫,顯示drwxr-xr-x 7 root root 4096 6月  14 08:11 upload_files。

    解決問題6:[root@sky9896 exam]# chmod -R 0777 upload_files/

      [root@sky9896 exam]# ll

      drwxrwxrwx 7 root root 4096 6  14 08:11 upload_files

      解決所有問題,訪問正常。

 




向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI