Update README.md

This commit is contained in:
Alex Kup 2023-05-05 01:00:04 +03:00 committed by GitHub
parent e8fe808b7b
commit e9a427eb78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2253,7 +2253,7 @@ $1 = $S.Name; $2 = $S.DisplayName; $3 = $S.Status;
Invoke-MySQLiteQuery -Path $path -Query "INSERT INTO Service (Name, DisplayName, Status) VALUES ('$1', '$2', '$3');"
}
```
### Creat password database
### Database password
```
$Connection = New-SQLiteConnection -DataSource $path
$Connection.ChangePassword("password")