Skip to content

Commit 4d39204

Browse files
authored
Update README.md
already fixed in current 0.7 branch
1 parent 715dd1d commit 4d39204

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
This project is an easy-to-use query builder and mysql connection manager for saraf projects.
44

5-
> **Warning**
6-
> Since mysql 8+ the default authentication plugin is `caching_sha2_password`
7-
> which is currently [not supported](https://github.com/friends-of-reactphp/mysql/issues/112)
8-
> by `friends-of-reactphp/mysql` therefore in order to use mysql database, the
9-
> auth plugin for user should be set to `mysql_native_password` like this: `ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'P@55w@rd';`
10-
115
### Development
126

137
Before anything please ensure that you have `phpcs` `php-cs-fixer` installed on your machine. Then run the following

0 commit comments

Comments
 (0)