exec(file_get_contents($schemaPath)); ensure_initial_administrator(); fwrite(STDOUT, "Database schema installed and initial Administrator verified.\n"); } catch (Throwable $exception) { fwrite(STDERR, "Installation failed: {$exception->getMessage()}\n"); exit(1); }