diff --git a/hifini_music/index.js b/hifini_music/index.js index 97e4f7f..0ae78ed 100644 --- a/hifini_music/index.js +++ b/hifini_music/index.js @@ -5,7 +5,7 @@ const sleepUtils = require("../utils/sleepUtils"); // 数据库连接池 dbUtils.create({ - database: "neteasemusic", // 指定数据库 + database: "hifinimusic", // 指定数据库 connectionLimit: 10, // 设置数据库连接池数量 }); global.dbUtils = dbUtils; diff --git a/netease_music/sql/generator.js b/netease_music/sql/generator.js index 878ced2..16848ca 100644 --- a/netease_music/sql/generator.js +++ b/netease_music/sql/generator.js @@ -27,10 +27,10 @@ var table = [ "analysis", "log", - "hifini_forum", - "hifini_tag", - "hifini_thread", - "hifini_thread_tag_relation", + // "hifini_forum", + // "hifini_tag", + // "hifini_thread", + // "hifini_thread_tag_relation", ]; let sqlList = [];