search

Home  >  Q&A  >  body text

Data import issues

How to import the teach_manger.sql data table file into the database

不着铅华不着铅华2247 days ago1251

reply all(1)I'll reply

  • 锅巴胸

    锅巴胸2018-11-27 18:17:52

    If it is the command line: Assume that the library where your table is located is called abc

    use abc;

    set names utf8;

    source /path/teach_manger.sql;


    If it is a mysql tool:

    Open that library first and then right-click on that library and there will be a running sql file


    reply
    0
  • Cancelreply