TablePlus / DBngin

DB Engine
https://dbngin.com
1.06k stars 19 forks source link

Don't work on macos mojave #8

Closed shirshak55 closed 6 years ago

shirshak55 commented 6 years ago

Please fill out the detail below, it helps me investigate the bug:

  1. Driver (Ex: PostgreSQL 10.0): Mysql 8.0.12

  2. DBngin build number:

  3. macOS version: Majove

  4. The steps to reproduce this issue: Just download and try to install laravel and run php artisan migrate it don't work properly

Not just laravel PDO connection is not working too.

But table plus work that is confusing me

shirshak55 commented 6 years ago

ok it woks on 5.7 but v8 has error . Can u update to latest mysql

huyphams commented 6 years ago

Yup, thanks. Let's me see what is the error because I'm using Mojave (upgrade) and it works fine.

shirshak55 commented 6 years ago

@huyphams were you able to use Mysql 8.0.12 using other than table plus? Laravel etc don't seem to work

huyphams commented 6 years ago

MySQL 8.0.12 requires the newest driver from Oracle, I don't know if Laravel has upgraded their lib or not. If you check the error and it says caching_sha2_password plugin is missing it's simply because Laravel doesn't support it.

shirshak55 commented 6 years ago

@huyphams hi from where did you check error?

mkwsra commented 3 years ago

image

I have the same issue