Skip to content

Commit

Permalink
Add Information about Legacy Authentication and Strong Password Encry…
Browse files Browse the repository at this point in the history
…ption Method in MySQL Server setup.
  • Loading branch information
Zyres committed Sep 5, 2024
1 parent d3b831a commit 73fe875
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions _docs/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,25 @@ Use **version ≥ 5.7** with mysql server configuration.

![MySQL_2.png](/Wiki/images/installation.windows/MySQL_2.png)

**3. MySQL Authentication Method**

**3.1. Legacy Authentication** In most cases your current MySQL Server uses already the Legacy Authentication Method. Check out the config files and set "LegacyAuth" = "1"

![MySQL_3.png](/Wiki/images/installation.windows/MySQL_3.png)

**3.** Set account login and password for root account : ascemu (login) ascemu (password).
**3.2 Default: String Password Encryption (recommended)** We highly recommend using the Strong Password Encryption for new installed MySQL Servers. This is activated in your config files by default LegacyAuth = "0"

![MySQL_3_NewAuthMethod.png](/Wiki/images/installation.windows/MySQL_3_NewAuthMethod.png)

**4.** Set account login and password for root account : ascemu (login) ascemu (password).

![MySQL_4.png](/Wiki/images/installation.windows/MySQL_4.png)

**4.** Check the configuration: MySQL should start as a Windows service at system startup.
**5.** Check the configuration: MySQL should start as a Windows service at system startup.

![MySQL_5.png](/Wiki/images/installation.windows/MySQL_5.png)

**5.** Optional: Config mysql server config
**6.** Optional: Config mysql server config

Sometimes you can receive a error: **MySQL server has gone away (error 2006)**

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73fe875

Please sign in to comment.