Home  >  Article  >  Backend Development  >  大侠一个appserv的有关问题

大侠一个appserv的有关问题

WBOY
WBOYOriginal
2016-06-13 13:35:00749browse

请教各位大侠一个appserv的问题!
现在有个php的项目,使用手册上说部署在appserv上面,但是我现在想部署在wamp上面,我把项目文件放到wamp的工作目录上却怎么也连不上数据库,数据库的配置代码都没得问题,就是将原项目的data文件夹导入到数据库中时出了点问题,请问各位该怎么解决这个问题!谢谢各位了!

------解决方案--------------------
"将原项目的data文件夹导入到数据库中".最好是导出sql语句。直接考data文件是不行。估计是mysql不同版本是差异的
------解决方案--------------------
信息太少,无法判断。

对于MyIsam 引擎,直接拷贝至data目录才行。 而innodB则不行。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn