Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit cd85332

Browse files
Chostakovitchroblandry
authored andcommitted
Add mysql authentication info to readme (#17)
1 parent 1e9d3d1 commit cd85332

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ docker run -d \
5353
bigrob8181/lychee-laravel
5454
```
5555

56+
**Warning** : if you use a MySQL database, make sure to use the `mysql_native_password` authentication plugin, either by using the `--default-authentication-plugin` option when starting mysql, or by running a query to enable the authentication plugin for the `lychee` user, e.g. :
57+
58+
```
59+
alter user 'lychee' identified with mysql_native_password by '<your password>';
60+
```
61+
5662
## Example docker-compose.yml ##
5763

5864
Change the environment variable in the [provided example](docker-compose.yml) to reflect your database credentials.

0 commit comments

Comments
 (0)