admin管理员组文章数量:1315294
I have Wordpress website. I am importing large database into "Php my admin" but showing an error.
You probably tried to upload a file that is too large. Please refer to documentation for a workaround for this limit
Could you please tell me how to fix it? Thank You.
I have Wordpress website. I am importing large database into "Php my admin" but showing an error.
You probably tried to upload a file that is too large. Please refer to documentation for a workaround for this limit
Could you please tell me how to fix it? Thank You.
Share Improve this question edited Dec 12, 2020 at 9:54 fuxia♦ 107k38 gold badges255 silver badges459 bronze badges asked Dec 12, 2020 at 9:44 49 ideas49 ideas 11 Answer
Reset to default 0If you've got SSH access, you can import it via WP-CLI:
https://developer.wordpress/cli/commands/db/import/
wp db import file.sql
This can handle large imports fine.
Note: wp-cli must be installed on the server (check with wp --info
)
and target database must be empty (check with wp db check
). You must manually upload the file.sql
import file via sftp/plesk/cpanel first.
本文标签: phpmyadminImport large database in php my admin
版权声明:本文标题:phpmyadmin - Import large database in php my admin 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741924812a2405218.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论