How to easily import multiple sql files into a MySQL database?

后端 未结 11 1894
一整个雨季
一整个雨季 2021-01-29 20:02

I have several sql files and I want to import all of them at once into a MySQL database.

I go to PHPMyAdmin, access the databa

11条回答
  •  梦如初夏
    2021-01-29 20:27

    The easiest solution is to copy/paste every sql files in one.

    You can't add some sql markup for file importation (the imported files will be in your computer, not in the server, and I don't think MySQL manage some import markup for external sql files).

提交回复
热议问题