[comixed] Re: Run parameters

  • From: "Darryl L. Pierce" <mcpierce@xxxxxxxxx>
  • To: comixed@xxxxxxxxxxxxx
  • Date: Thu, 5 Dec 2019 20:52:21 -0500

Yes. You could pass in a url that points to another machine entirely for
the database. Or use a different RDBMS entirely from H2 (the default).  I
use a MySQL instance running in a Docker container for my instance, so pass
in the url for that.

On Thu, Dec 5, 2019 at 8:50 PM bareheiny Alexander <
dmarc-noreply@xxxxxxxxxxxxx> wrote:

I need to look into the connection string - that would allow me to change
the location do the DB wouldn’t it?

Atm I’m using a linked directory >_<

Passwords and such would need to be manually set, so I’m thinking that’s
for the more technically minded user.

On 6/12/2019, at 13:45, Darryl L. Pierce <mcpierce@xxxxxxxxx> wrote:



Yeah we could definitely add details about those options to the batch
file.

The JDBC URL is the descriptor for the database connection.

https://vladmihalcea.com/jdbc-driver-connection-url-strings/

The username and password options are obvious ones: if your database
requires authentication, then this is where you pass those credentials.

On Thu, Dec 5, 2019 at 7:33 PM bareheiny Alexander <
dmarc-noreply@xxxxxxxxxxxxx> wrote:

Any chance I can get more detail about the parameters used in the run.bat
file?

Set the DB URL - what does that actually mean, and so on.

I’ll likely still use my own bat file, but there a few things I’d like to
change depending on the parameter options.

--
Sent from Gmail Mobile

--
Sent from Gmail Mobile

Other related posts: