国产欧美日韩第一页|日本一二三不卡视频|在线精品小视频,亚洲第一免费播放区,metcn人体亚洲一区,亚洲精品午夜视频

幫助中心 >  技術(shù)知識(shí)庫(kù) >  云服務(wù)器 >  服務(wù)器教程 >  遇到No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16怎么解決

遇到No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16怎么解決

2017-01-12 16:48:52 11240

使用wdcp面板管理centos系統(tǒng)時(shí),如果遇到上傳數(shù)據(jù)庫(kù)提示


“No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16”


說明數(shù)據(jù)庫(kù)大小超過了PHP限制的大小,需要修改php配置文件。


wdcp提供了文件管理功能,在“系統(tǒng)管理-文件管理-php.ini”打開php.ini配置文件,修改一下參數(shù):

max_execution_time = 0(默認(rèn)是30)

post_max_size = 20M (限制為20M)

post_max_size = 20M (限制為20M)


設(shè)置完畢點(diǎn)保存,重啟服務(wù)器,這樣設(shè)置之后上傳文件大小就被限制成20M。


提交成功!非常感謝您的反饋,我們會(huì)繼續(xù)努力做到更好!

這條文檔是否有幫助解決問題?

非常抱歉未能幫助到您。為了給您提供更好的服務(wù),我們很需要您進(jìn)一步的反饋信息:

在文檔使用中是否遇到以下問題: