INFO  Clearing cached bootstrap files.  

  config ......................................................... 1.55ms DONE
  cache .......................................................... 9.78ms FAIL

   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [1045] Access denied for user 'cythrmr0'@'localhost' (using password: YES) (Connection: mysql, SQL: delete from `cache`)

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:824
    820▕                     $this->getName(), $query, $this->prepareBindings($bindings), $e
    821▕                 );
    822▕             }
    823▕ 
  ➜ 824▕             throw new QueryException(
    825▕                 $this->getName(), $query, $this->prepareBindings($bindings), $e
    826▕             );
    827▕         }
    828▕     }

      +47 vendor frames 

  48  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   INFO  Caching framework bootstrap, configuration, and metadata.  

  config ........................................................ 70.17ms DONE
  events ......................................................... 3.26ms DONE
  routes ........................................................ 54.56ms DONE
  views ........................................................ 355.72ms DONE
  blade-icons ................................................... 64.12ms DONE