php - import Sakila Database to PhpMyAdmin -


i want import sakila db phpmyadmin in windows can't , can import schema phpmyadmin in import section cant import sakila data , when i'm getting following error -

no data received import. either no file name submitted, or file size exceeded maximum size permitted php configuration. see faq 1.16.

go through link. mysqli dump example

if database file more 2mb have use command prompt.

mysql -u username -p password  use databsname source path-to-sql-file (e:/folder/file.sql) 

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -