Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Plugin 'mysql_native_password' is not loaded" #6388

Merged
merged 1 commit into from
May 5, 2024

Conversation

derrabus
Copy link
Member

@derrabus derrabus commented May 5, 2024

Q A
Type bug
Fixed issues N/A

Summary

CI is failing with MySQL 8.4 at the moment. Not sure why I did not see that in #6386.

@derrabus derrabus added this to the 3.8.5 milestone May 5, 2024
@derrabus derrabus merged commit 3910aed into doctrine:3.8.x May 5, 2024
83 of 86 checks passed
@derrabus derrabus deleted the ci/mysql-8.4 branch May 5, 2024 18:13
@greg0ire greg0ire mentioned this pull request May 5, 2024
@wmouwen
Copy link
Contributor

wmouwen commented May 5, 2024

Cause of this issue is a bug in MySQL 8.4, more details here: https://bugs.mysql.com/bug.php?id=114876

@derrabus
Copy link
Member Author

derrabus commented May 5, 2024

Thanks! I'll keep the workaround in place until this bug has been resolved.

derrabus added a commit to derrabus/dbal that referenced this pull request May 16, 2024
* 3.8.x:
  Bump doctrine/.github from 5.0.0 to 5.0.1 (doctrine#6391)
  PHPStan 1.10.67, PHPUnit 9.6.19, PHPCS 3.9.2 (doctrine#6387)
  Fix "Plugin 'mysql_native_password' is not loaded" (doctrine#6388)
  Run tests against MySQL 8.4 (doctrine#6386)
derrabus added a commit that referenced this pull request May 16, 2024
* 4.0.x:
  Fix example for QB delete and update in doc block
  Bump doctrine/.github from 5.0.0 to 5.0.1 (#6391)
  PHPStan 1.10.67, PHPUnit 9.6.19, PHPCS 3.9.2 (#6387)
  Fix "Plugin 'mysql_native_password' is not loaded" (#6388)
  Run tests against MySQL 8.4 (#6386)
derrabus added a commit that referenced this pull request May 16, 2024
* 4.1.x:
  Fix example for QB delete and update in doc block
  Bump doctrine/.github from 5.0.0 to 5.0.1 (#6391)
  PHPStan 1.10.67, PHPUnit 9.6.19, PHPCS 3.9.2 (#6387)
  Fix "Plugin 'mysql_native_password' is not loaded" (#6388)
  Run tests against MySQL 8.4 (#6386)
  Use 3.8.x as a target for dependabot version updates (#6384)
  Setup dependabot
  Fix SQLiteSchemaManagerTest case
  Switch to substr implementation
  fix merge
  Bump workflow actions
  Fix SQL Server "extended property" SQL generation (#6353)
  Fix DB name passing in SqliteSchemaManager::listTableForeignKeys() (#6338)
  Fix SQLite temp table name must not contain dot (#6315)
  Provide CODECOV_TOKEN
  Upgrade to codecov/codecov-action v4
  Set fail_ci_if_error flag to true
  Specify the minor version number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants