Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling mysql client with data source name (DSN) #47

Closed
4 tasks done
HannaLindgren opened this issue Apr 24, 2020 · 1 comment
Closed
4 tasks done

Calling mysql client with data source name (DSN) #47

HannaLindgren opened this issue Apr 24, 2020 · 1 comment

Comments

@HannaLindgren
Copy link
Member

HannaLindgren commented Apr 24, 2020

Find out how to call mysql client with db_location style param (DSN)

mysql -u -h etc, compared to db_location/data source name/DSN as in 'user:pw@protocol(host:port)'

Problematic for:

  • setup.sh
  • import.sh
  • importSql
  • import_fromlexfiles.sh

Currently, these scripts only work if mariadb is on localhost -- this needs to be fixed!

@HannaLindgren HannaLindgren changed the title Find out how to call mysql client with db_location style param Find out how to call mysql client with db_location style param (DSN) Apr 24, 2020
@HannaLindgren HannaLindgren mentioned this issue May 4, 2020
31 tasks
@HannaLindgren HannaLindgren changed the title Find out how to call mysql client with db_location style param (DSN) Calling mysql client with data source name (DSN) May 4, 2020
@HannaLindgren
Copy link
Member Author

Issue is fixed, but there are still some problems using the parameters one by one vs. as a DSN (they don't connect in the same way). I'm sure we will have discussions later on when WMSE starts using this for the first time, there may be other access questions such as passwording, etc. So I will close this ticket for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant