开发者

is it possible to import sql file to mysql database from a url

开发者 https://www.devze.com 2023-02-27 09:48 出处:网络
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 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开发者_C百科 using MySQL or phpMyAdmin

Is it possible? How can I do that?


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

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

精彩评论

暂无评论...
验证码 换一张
取 消