如何在phpmyadmin中导入表?我收到文件大小错误

问题描述:

我想在phpmyadmin中导入数据库,但是出现了这样的错误... 没有接收到要导入的数据.没有提交文件名,或者文件大小超出了PHP配置所允许的最大大小."

I want to import database in phpmyadmin but i got error like this... "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."

我的文件大小是4.8 mb,

my file size is 4.8 mb,

请给我解决方法....

please give me solution....

执行以下步骤

转到PHP文件夹->搜索php.ini

Go to the PHP folder -> search for php.ini

搜索下一行,然后根据需要进行更改.

Seach for the below line and change it according to your need.

; Maximum allowed size for uploaded files.
upload_max_filesize = 2M

重新启动服务器以确认更改.

Restart the server to confirm changes.