You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,10 @@ While inside the shell, run the following:
21
21
```
22
22
CREATE DATABASE mydatabase;
23
23
```
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
+
ALTERUSER'root'@'%' IDENTIFIED WITH mysql_native_password BY 'password'
0 commit comments