Skip to content

Commit

Permalink
Merge pull request #1887 from gericfo/patch-6
Browse files Browse the repository at this point in the history
Update MySQL documentation link for V1.7
  • Loading branch information
kpodemski authored Nov 26, 2024
2 parents 4293855 + 4f735f2 commit 15d2c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/installation/localhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ We assume you have root access to `phpMyAdmin`, and you're using version 4.x.
### From the command line
The database must be created with 4-Byte UTF-8 encoding (`utf8mb4_general_ci`).
For information on installation and configuring MySQL see the [MySQL 5.6 documentation](https://dev.mysql.com/doc/refman/5.6/en/).
For information on installation and configuring MySQL see the [MySQL documentation](https://dev.mysql.com/doc/refman/5.6/en/).
Connect as root to your MySql server. In this example our root user is called `adminusername`:
```bash
Expand Down

0 comments on commit 15d2c6f

Please sign in to comment.