0

When I try to insert a CSV file gives me the 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" I tried to change the size of the data in the php.ini, but it did not help. :(

Please, help!

  • I think this is related to phpMyAdmin limits. Can you try uploading your file by dragging & dropping the CSV into your workspace and then trying `mysqldump`. Alternatively you can adjust the phpMyAdmin limits. – Mutahhir Apr 16 '15 at 09:42

1 Answers1

0

If you are using linux OS please try in terminal mode.

cd /your file path

mysql -u root -p123456

use database name

source filename

I think this will help you to solve this.

Jagadeesh
  • 734
  • 6
  • 26