https://github.com/osquery/osquery logo
#kolide
Title
u

_finack

11/21/2018, 11:09 PM
@oneiroi, by the way, groob was right. You don't have to worry about the IP of your MySQL or Redis container changing. It seems you can specify something like : KOLIDE_MYSQL_ADDRESS="mysql1:3306" instead, where "mysql1" is my MySQL container label. No need to do KOLIDE_MYSQL_ADDRESS="172.18.0.3:3306"
o

oneiroi

11/22/2018, 9:15 AM
right, however the
GRANT
sql syntax we were discussing is separate to this and you need to take ip changes into consideration if the @'1.2.3.4' was set to the specific ip addr and no wildcards were used.