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: README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,6 @@
2
2
3
3
This project is an easy-to-use query builder and mysql connection manager for saraf projects.
4
4
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
-
11
5
### Development
12
6
13
7
Before anything please ensure that you have `phpcs``php-cs-fixer` installed on your machine. Then run the following
0 commit comments