浏览代码

migrationtomysql1/?

AXCWG 5 月之前
父节点
当前提交
41c282175b
共有 3 个文件被更改,包括 9 次插入1 次删除
  1. 2 1
      .gitignore
  2. 7 0
      .idea/dataSources.xml
  3. 二进制
      database.db

+ 2 - 1
.gitignore

@@ -3,4 +3,5 @@ secret.txt
 audio_file
 MDX_Net_Models
 separated
-output
+output
+database.db

+ 7 - 0
.idea/dataSources.xml

@@ -8,5 +8,12 @@
       <jdbc-url>jdbc:sqlite:$PROJECT_DIR$/database.db</jdbc-url>
       <working-dir>$ProjectFileDir$</working-dir>
     </data-source>
+    <data-source source="LOCAL" name="instrunet" uuid="6e41bf59-81e0-4b43-a649-2165e75e4d24">
+      <driver-ref>mysql.8</driver-ref>
+      <synchronize>true</synchronize>
+      <jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
+      <jdbc-url>jdbc:mysql://mc.andyxie.cn:3306/instrunet_data</jdbc-url>
+      <working-dir>$ProjectFileDir$</working-dir>
+    </data-source>
   </component>
 </project>

二进制
database.db