由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - mysql import
相关主题
FoxPro 问题求教Export and import question.
MySQL如何快速的load mysqldump出来的文件有谁给讲讲Database和xml import/export
mysql problem in practice请教一个mysql问题
MYSQL backupHow to split a column into several rows?
questions about exporting M.S.Access to MySQL有用phpMyadmin的吗,请教
Pls recommend some freeware for exporting database from oracle to mysqlwant to import CSV file to mysql, so I have to create a table first?
How to import database into MySQL?新手请教:无数据库,有数据,需要SQL 做表join
How to import data from excel files to mysql DB?mysqldump 出来的文件大小问题 (数据库变大备份文件未必)
相关话题的讨论汇总
话题: files话题: mysql话题: my话题: import话题: sql
进入Database版参与讨论
1 (共1页)
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.
1 (共1页)
进入Database版参与讨论
相关主题
mysqldump 出来的文件大小问题 (数据库变大备份文件未必)questions about exporting M.S.Access to MySQL
simple access questionPls recommend some freeware for exporting database from oracle to mysql
Question about the err when export tableHow to import database into MySQL?
input into accessHow to import data from excel files to mysql DB?
FoxPro 问题求教Export and import question.
MySQL如何快速的load mysqldump出来的文件有谁给讲讲Database和xml import/export
mysql problem in practice请教一个mysql问题
MYSQL backupHow to split a column into several rows?
相关话题的讨论汇总
话题: files话题: mysql话题: my话题: import话题: sql