> hey i created a user in mysql with a diffrent...
# fleet
a
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
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
yeah i figured this out , thanks