[comixed] Re: Run parameters

  • From: "bareheiny Alexander" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "bareheiny" for DMARC)
  • To: comixed@xxxxxxxxxxxxx
  • Date: Fri, 6 Dec 2019 15:18:03 +1300

Could I trouble you to provide an example for a MySQL connection?

I’m pretty sure I know what it should look like, just want to confirm before I 
start mucking around.

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


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: