使用 PHPmyAdmin 将大型 sql 文件导入到本地服务器

发布于 2024-12-08 05:42:41 字数 156 浏览 0 评论 0原文

我正在尝试将一个大的 sql 文件导入到我的本地主机。

当我尝试导入时,出现以下错误

“未收到要导入的数据。要么没有提交文件名,要么文件大小超出了 PHP 配置允许的最大大小。”

这是我导入 sql 文件的另一种方式?可能形成终端?(在 Mac 上)

I'm trying to import a large sql file to my localhost.

When I attempt the import I get the following error

"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. "

Is their another way I can import the sql file? Possibly form the terminal?(on a Mac)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吐个泡泡 2024-12-15 05:42:41

编辑 php.ini,将 upload_max_filesize 设置为大于您要上传的文件的大小。

Edit php.ini, set upload_max_filesize to greater than the size of the file you are uploading.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文