Home > Backend Development > PHP Tutorial > 这种情况怎么解决呢

这种情况怎么解决呢

WBOY
Release: 2016-06-13 11:53:45
Original
985 people have browsed it

这种情况如何解决呢

本帖最后由 u013670075 于 2014-04-05 09:46:05 编辑 在导入discuz!论坛数据时,出现了这个提示,如图

不知要从哪里入手才能解决呢,我想要导入的数据前缀似乎不合适,但是改mysql的前缀我也很担心,因为这个数据库中已有别的数据了,假如一改,那么会影响到其实数据的正常,乱码!不知要怎么处理呢
------解决方案--------------------
其实也不是你一个人遇到这种问题 http://www.baidu.com/s?wd=%E6%A3%80%E6%B5%8B%E5%88%B0%E5%AF%BC%E5%85%A5%E7%9A%84%E5%A4%87%E4%BB%BD%E6%95%B0%E6%8D%AE%E4%B8%8E%E9%85%8D%E7%BD%AE&ie=utf-8
------解决方案--------------------
那个是提示你php允许使用的内存不足,你只开启最大了8M。
在code最顶加一句 ini_set('memory_limit','128M'); 试试。
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template