Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

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

> **Warning**
> Since mysql 8+ the default authentication plugin is `caching_sha2_password`
> which is currently [not supported](https://github.com/friends-of-reactphp/mysql/issues/112)
> by `friends-of-reactphp/mysql` therefore in order to use mysql database, the
> 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';`

### Development

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