There was an error while loading. Please reload this page.
1 parent f4e32e2 commit 4625755Copy full SHA for 4625755
docs/hyn/5.2/installation.md
@@ -14,7 +14,7 @@ A user for both [MariaDB or MySQL][1] and [PostgreSQL][2] would require the "GRA
14
applied. You can either use the root user (for PostgreSQL that is user postgres) or create
15
your own (recommended):
16
17
-For MariaDB:
+For MariaDB or MySQL:
18
```sql
19
CREATE DATABASE IF NOT EXISTS tenancy;
20
CREATE USER IF NOT EXISTS tenancy@localhost IDENTIFIED BY 'someRandomPassword';
0 commit comments