我正在尝试使用 phpMyAdmin 导出 MySQL 数据库。在界面上,我转到“导出”,然后使用常规设置。导出格式:SQL,字符集:utf-8,压缩:无。
我得到的错误信息是:
Firefox can't find the file at https://<hostnamehere/cpsess3399788319/3rdparty/phpMyAdmin/export.php.
我进入 .htaccess 文件并添加了以下内容,因为我认为这可能是内存限制错误:
<IfModule mod_php5.c>
php_value memory_limit 512M
</IfModule>
这是一个 Wordpress 数据库。
问题是什么?