无需技术,做网站,你也牛!
所有新购主机 增送数据库
操作简洁 功能强大
专业团队 资深背景
微信搜索:cn163ns
主要功能是针对微信商家公众号提供与众不同的、有针对性的营销推广服务。通过微信平台,用户可以轻松管理自己的微信各类信息,对微信公众账号进行维护、开展智能机器人、在线发优惠劵、抽奖、刮奖、派发会员卡、打造微官网、开启微团购等多种活动,对微信营销实现有效监控,极大扩展潜在客户群和实现企业的运营目标。无使用时间和功能限制
PhpMyAdmin 不能导出数据的问题,点击导出后先是一个请求失败或者白页,重新刷新后就报错
export.php: Missing parameter: what (FAQ 2.8)
export.php: Missing parameter: export_type (FAQ 2.8)
解决方法是:
php目录下的php.ini 设置要调整一下
原来的 post_max_size = 8M ,改大到 post_max_size = 20M 就好了。
php源码中解决办法
ini_set('memory_limit', '180M');
如果在linux系统中我们就
This is the path to the affected file on the (dv) Dedicated-Virtual Server:
代码如下:
/usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries
To apply the fix, log in to your server via SSH as a "root" user and run the following commands:
Change directories into the folder with the affected file. cd
代码如下:
/usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/librariesMove
the old file as a backup. mv session.inc.php session.inc.php-oldDownload the fixed file. wget
代码如下:
http://download1.swsoft.com/Plesk/Autoupdate/Windows/8.1.1.2/120220/session.inc.php
Restart Plesk
代码如下:
/etc/init.d/psa restart
版权声明:本文章来源于网络,版权归原作者所有。