简体   繁体   中英

import Sakila Database to PhpMyAdmin

I want to import Sakila DB to PhpMyAdmin in Windows but I can't , I can import Schema to phpmyadmin in import section but i cant import sakila data to that , when I do that I'm getting 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. See FAQ 1.16.

go through this link. mysqli dump example

If your database file more than 2MB then you have use the Command prompt.

mysql -u username -p password

use databsname
source PATH-TO-SQL-FILE (E:/Folder/File.sql)

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