Robert Nixon
11/22/2019, 3:32 PMMatt K
11/22/2019, 3:34 PMRobert Nixon
11/22/2019, 3:49 PMMatt K
11/22/2019, 4:20 PMfleet-user@kolide-fleet:~$ fleet prepare db
Error creating db connection: Error 1698: Access denied for user 'root'@'localhost'
mysql> create user '$username'@'localhost' IDENTIFIED BY '$password';
Query OK, 0 rows affected (0.00 sec)
mysql> grant all privileges on * . * to '$username'@'localhost';
Query OK, 0 rows affected (0.00 sec)
mysql> exit;
fleet-user@kolide-fleet:~$ fleet prepare db
Migrations completed.
That was my flow, if it's an issue other than that, I'm not sure.seph