mysql-import database file

1. First download the database file first
2.cd: Current path (where the file is located)
3. Enter mysql and execute: use the target database name
4. Import file: source database file name

Of course, you can also go to step 4 directly, but you will get an error: Because the path contains \ m or \ s files, it is best to put them directly on the D or e drive.

Guess you like

Origin www.cnblogs.com/wuweixiong/p/12742983.html