You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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
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.
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:
Currently, these scripts only work if mariadb is on localhost -- this needs to be fixed!
The text was updated successfully, but these errors were encountered: