Skip to content

Commit 15946db

Browse files
Update MySQL docs.
1 parent 4e3a102 commit 15946db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mysql/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ While inside the shell, run the following:
2121
```
2222
CREATE DATABASE mydatabase;
2323
```
24+
## Using SequelPro?
25+
26+
You might get a `Authentication plugin 'caching_sha2_password' cannot be loaded` error. If that's the case, [enter the MySQL shell](#enter-the-mysql-shell) and run the following command:
27+
28+
```mysql
29+
ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'password'
30+
```

0 commit comments

Comments
 (0)