nextcloud using external mysql

This commit is contained in:
2022-11-14 21:40:41 -05:00
parent 62c58758f3
commit 23ab538d7e
5 changed files with 129 additions and 62 deletions

4
.idea/dataSources.xml generated
View File

@@ -50,7 +50,7 @@
<synchronize>true</synchronize>
<remarks>root connection to mariadb</remarks>
<jdbc-driver>org.mariadb.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mariadb://localhost:3306/</jdbc-url>
<jdbc-url>jdbc:mariadb://localhost:3307/</jdbc-url>
<driver-properties>
<property name="autoReconnect" value="true" />
</driver-properties>
@@ -60,7 +60,7 @@
<synchronize>true</synchronize>
<remarks>nextcloud connection to mariadb</remarks>
<jdbc-driver>org.mariadb.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mariadb://localhost:3306/</jdbc-url>
<jdbc-url>jdbc:mariadb://localhost:3307/</jdbc-url>
<driver-properties>
<property name="autoReconnect" value="true" />
</driver-properties>