is it possible to import sql file to mysql databas

2019-02-11 06:38发布

问题:

I want to import an SQL file to my database. The problem is that I can't get this file to my computer because it is too big file.

I want to import it from the server through it's URL using MySQL or phpMyAdmin

Is it possible? How can I do that?

回答1:

Yes, it is possible if the file is accessible through a url

curl 'http://whatever' | mysql -u username -p db_name