How can I import data into mysql database via mysql workbench?

后端 未结 3 411
梦毁少年i
梦毁少年i 2020-12-23 16:26

I created a database in mysql. I have a .sql file. how can i import it into my database via mysql workbench ?

3条回答
  •  渐次进展
    2020-12-23 16:53

    For MySQL Workbench 6.1: in the home window click on the server instance(connection)/ or create a new one. In the thus opened 'connection' tab click on 'server' -> 'data import'. The rest of the steps remain as in Vishy's answer.

提交回复
热议问题