SELECT tinode db before updating in mariadb.

This commit is contained in:
benabel
2020-03-21 15:40:45 +01:00
committed by GitHub
parent 41f9528468
commit 47754092f6

View File

@ -51,6 +51,7 @@ r.db("tinode").table("auth").get("basic:login-of-the-user-to-make-root").update(
```
* MySQL:
```sql
USE 'tinode';
UPDATE auth SET authlvl=30 WHERE uname='basic:login-of-the-user-to-make-root';
```
The test database has a stock user `xena` which has root access.