简体   繁体   中英

insert table from file in phpmyadmin Cloud9

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!

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.

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