在线考试系统从Windows系统迁移到Linux系统的整个过程

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在线考试系统从Windows系统迁移到Linux系统的整个过程相关的知识,希望对你有一定的参考价值。

原运行环境:

操作系统:Windows Server 2003

数据库系统:mysql Server 5.0

Web服务器软件:Apache2

编程语言:php

现运行环境:

操作系统:CentOS release 6.8 (Final)

数据库系统:MySQL Server 5.5.52

Web服务器软件:Apache/2.2.15(Unix)

编程语言:PHP

  迁移步骤:

1.迁移程序:首先把Windows下的考试系统exam文件夹打成压缩包,然后上传到Linux服务器的Apache下的html目录下并进行解压缩;命令:unrar x exam.rar

2.迁移数据库:先把考试数据库文件打成压缩包,然后上传到Linux mysql目录下并解压缩;

3.找到配置文件修改数据库口令。

运行测试:

问题1:此文件不可写:/var/www/html/exam/cache/label_cache/index_0_0_17_0_0_b9f50.php

解决问题1[[email protected]]# chmod -R a+w  label_cache/

   

   问题2:前台页面出现乱码

   解决问题2

   [[email protected]]# 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[[email protected]]# chmod -R a+w cache/

   

   问题4Table ‘qb_config‘ is read only

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

   解决问题4[[email protected]]# chmod -R a+w data/

   

   问题5:数据库连接出错:UPDATEqb_memberdata        SETlastvist=‘1497402735‘,lastip=‘182.105.0.143‘,oltime=oltime+‘34‘ WHERE  uid=‘1‘ Table ‘qb_memberdata‘ is read only 1036

   解决问题5

   [[email protected] mysql]# chown  -R mysql:mysql qibosofts

   [[email protected] mysql]# service mysqldrestart

   

    问题6:严重警告,/var/www/html/exam/upload_files此目录不可写,请用FTP修改其属性为0777可写,显示drwxr-xr-x 7 root root 4096 6月  14 08:11 upload_files。

    解决问题6:[[email protected] exam]# chmod -R 0777upload_files/

      [[email protected] exam]# ll

      drwxrwxrwx 7 root root 4096 6  14 08:11 upload_files

      解决所有问题,访问正常。

 




本文出自 “sky9890” 博客,请务必保留此出处http://sky9896.blog.51cto.com/2330653/1936460

以上是关于在线考试系统从Windows系统迁移到Linux系统的整个过程的主要内容,如果未能解决你的问题,请参考以下文章

Windows10 Linux子系统安装/迁移到非系统盘

Windows10 Linux子系统安装/迁移到非系统盘

在线答疑 | 某金融公司核心业务系统 Unix to Linux 数据迁移解决方案

linux系统网站从系统盘,迁移到数据盘

小型机下移从UNIX 到 Linux 的迁移应注意什么?

Linux服务器的配置和数据迁移方案资料分享