G***G 发帖数: 16778 | 1 I have 28 sql files and 28 txt files with the same name as sql files.
They are seeminly exported using mysqldump.
My question is how to import them into mysql.
thank you very much.
My files look like the following.
term.sql
term.txt |
l*******9 发帖数: 177 | 2 under mysql:
source /path/to/term.sql
【在 G***G 的大作中提到】 : I have 28 sql files and 28 txt files with the same name as sql files. : They are seeminly exported using mysqldump. : My question is how to import them into mysql. : thank you very much. : My files look like the following. : term.sql : term.txt
|
I******e 发帖数: 101 | 3 If you search for "google mysql package", you can find a python package that
can do parallel load of all the files. Still, make sure that your machine
has the enough capacity. |