https://github.com/osquery/osquery logo
Title
a

abraham linkolan

09/30/2021, 1:48 PM
hey i created a user in mysql with a diffrent host and gave him select privileges on 1 databse but when i try to log in with him
mysql -u sp -h 10.10.10.1 -p
i get the error message
ERROR 2003 (HY000) : can't connect to mysql server on '10.10.10.1'(110)
dose some know how to solve this problem?
will be very gratefull
s

Sarah Gillespie

10/01/2021, 6:28 PM
Were you able to figure this one out? It looks like you’ll want to figure out the appropriate config to use with the basic
mysql
 CLI, then you can use those same configs for Fleet.
a

abraham linkolan

10/03/2021, 8:29 AM
yeah i figured this out , thanks