mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -06:00
Fix Typo
Co-Authored-By: Jan <j.schipper1@hotmail.de>
This commit is contained in:
parent
26b9d3a0d0
commit
cd65ed35c9
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user