multi-tenant icon indicating copy to clipboard operation
multi-tenant copied to clipboard

Mysql 8.0 creates Database User is created with sha_2 which laravel doesn't currently support

Open oluomotoso opened this issue 4 years ago • 1 comments

I currently use the tenancy package on Laravel 6.0 with Mysql 8.0. However, the database user is created with sha_2 password. Is there a way to specify the password type on creating the user

oluomotoso avatar Feb 27 '20 05:02 oluomotoso

@oluomotoso as a workaround, you can set in your my.cnf to use the mysql_native_password

bkintanar avatar Mar 04 '20 11:03 bkintanar