Co-Authored-By: Jan <j.schipper1@hotmail.de>
This commit is contained in:
DomiiBunn 2019-09-04 19:54:04 +02:00 committed by GitHub
parent 26b9d3a0d0
commit cd65ed35c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ CREATE USER 'data'@'127.0.0.1' IDENTIFIED BY 'password';
```
Than add privileges for the user.
:::danger
If your database is on a different host than your panel/daemon make sure to use `%` instead of `127.0.0.1` bellow
If your database is on a different host than the one where your panel(daemon is installed, make sure to use `%` instead of `127.0.0.1` below
:::
```sql
GRANT ALL PRIVILEGES ON *.* TO 'data'@'%' WITH GRANT OPTION;