Data import issues
不着铅华
不着铅华 2018-11-27 16:40:21
0
1
1214

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

不着铅华
不着铅华

reply all(1)
锅巴胸

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


Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template