multi-tenant
multi-tenant copied to clipboard
Mysql 8.0 creates Database User is created with sha_2 which laravel doesn't currently support
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 as a workaround, you can set in your my.cnf to use the mysql_native_password