We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to fix unknown variable 'default_authentication_plugin=mysql_native_password' ?
2024-05-04T22:54:16.223624Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2024-05-04T22:54:16.849257Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2024-05-04T22:54:17.635179Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2024-05-04T22:54:17.635992Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2024-05-04T22:54:17.664165Z 0 [ERROR] [MY-000067] [Server] unknown variable 'default_authentication_plugin=mysql_native_password'. 2024-05-04T22:54:17.668199Z 0 [ERROR] [MY-010119] [Server] Aborting 2024-05-04T22:54:18.812143Z 0 [System] [MY-010910] [Server] C:\laragon\bin\mysql\mysql-8.4.0-winx64\bin\mysqld: Shutdown complete (mysqld 8.4.0) MySQL Community Server - GPL. 2024-05-04T22:54:18.813523Z 0 [System] [MY-015016] [Server] MySQL Server - end. 2024-05-04T22:54:25.565705Z 0 [System] [MY-015015] [Server] MySQL Server - start. 2024-05-04T22:54:25.673504Z 0 [Warning] [MY-010097] [Server] Insecure configuration for --secure-file-priv: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path. 2024-05-04T22:54:25.673581Z 0 [System] [MY-010116] [Server] C:\laragon\bin\mysql\mysql-8.4.0-winx64\bin\mysqld (mysqld 8.4.0) starting as process 5096 2024-05-04T22:54:25.708956Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2024-05-04T22:54:26.218079Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2024-05-04T22:54:26.804890Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2024-05-04T22:54:26.806100Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2024-05-04T22:54:26.821643Z 0 [ERROR] [MY-000067] [Server] unknown variable 'default_authentication_plugin=mysql_native_password'. 2024-05-04T22:54:26.825978Z 0 [ERROR] [MY-010119] [Server] Aborting 2024-05-04T22:54:27.989720Z 0 [System] [MY-010910] [Server] C:\laragon\bin\mysql\mysql-8.4.0-winx64\bin\mysqld: Shutdown complete (mysqld 8.4.0) MySQL Community Server - GPL. 2024-05-04T22:54:27.991124Z 0 [System] [MY-015016] [Server] MySQL Server - end.
The text was updated successfully, but these errors were encountered:
see my temporary guide here https://gist.github.com/meorajrul/b57803bf1b4ddfd2f93e6ad37c3ac5f2
Sorry, something went wrong.
No branches or pull requests
How to fix unknown variable 'default_authentication_plugin=mysql_native_password' ?
The text was updated successfully, but these errors were encountered: