简体   繁体   中英

Importing large sql file to local server with PHPmyAdmin

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)

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM