Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试导入一个数据库(基因本体数据库)以获得我自己的本地副本。我用来导入它的指令是:
echo "create database mygo" | mysql cat *.sql | mysql mygo mysqlimport -L mygo *.txt
数据集很大(超过 30 GB),我想指定存储它的路径,而不是使用默认的 mysql 位置。可能吗?如果是,我应该使用哪些命令?