使用 PHPmyAdmin 将大型 sql 文件导入到本地服务器
我正在尝试将一个大的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑 php.ini,将 upload_max_filesize 设置为大于您要上传的文件的大小。
Edit php.ini, set upload_max_filesize to greater than the size of the file you are uploading.