-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client #1392
Comments
Additionally, I'm using
|
+1, I'm having the same problem here. |
Me too, same problem . i did resolved the problem following:
important note: remove old user, database and recreate again by above script. Reason bug: hope it help you. |
Thanks @rockerbom for the thorough response. I didn't try your steps, but ended up with a different solution (for anyone that doesn't necessarily need MySQL 8.x):
|
@rockerbom This worked for me after a long time of forensics. Also solved how to create a DB. @adammparker I tried your option and bring everything back to 5.7 but I was not able to bash into the container for some reason. |
@danaia I think I may have experienced something similar. Rather than debugging I just nuked all of my Docker settings, containers, and images and just started from scratch (with the older [and more stable] version of MySQL). |
@danaia nice man |
I ended up with a similar solution as @adammparker. Thanks @rockerbom for an alternative. 👍 |
Getting the same issue with php 7.1, any ideas on how to fix it for 7.1 without redoing all the Docker entrypoints? |
@wmellema are you instaill php-cli? |
Have a stable solution after a few days banging thy head. MySQL 8.0 is not stable at all for me. I am surprised it is a part of Laradock. Does anyone know why a dev version is included VS a production version? Once I downgraded to 5.7 all errors above are gone and my head is healing. Like to suggest to the developers of Laradock to please use a stable version of MySQL so others may not need to travel the road of misery. |
Some erros And downgrade mysql version to 5.6 or 5.7 doesn't work |
Hi everyone, I think, always check config file new different after upgrade laradock is good practice.
not just copy paste. |
@adammparker I changed Mysql verision to 5.7 in |
@silsuer , agreed same issue occurred exit 6 to me thought! |
@capripio I resolved it with My 'solution' - don't use DATA_SAVE_PATH |
@silsuer I had the same issue. I set MYSQL_VERSION to 5.7, I am also hosting multiple projects and all is working well without extra patches. Would like to know who is still having an issue I can help... |
I'm NOT getting the error with mysql 8.0.0. This version might also be working. |
@robindijkhof Use this to solve problem : **stop all service docker-compose down Delete mysql database$ rm -rf ~/.laradock/data/mysql rebuild mysql image$ docker-compose build mysql retry$ docker-compose up -d nginx mysql phpmyadmin |
@MattBidas I'm NOT getting the error with v8.0.0. Just posting it as another possible solution. |
@robindijkhof Alles Gute ! Sorry ;-) |
This issue still exists, but I don't know if this is PMA or something else, anyway as workaround:
You should be able to login as 'root' or your other password. Execute the following commands:
This should give you access in PMA. |
@harishAxis have you tried adding port to your localhost in you code. like 127.0.0.1:port_of_your_db. |
No ,from were i have to change. |
Hi ,
No ,from were i have to update ,/etc/my.conf there is no option like
replace.
Thanks
Harish
…On Mon, Aug 26, 2019 at 12:39 PM Bipin Maharjan ***@***.***> wrote:
@harishAxis <https://github.com/harishAxis> have you tried adding port to
your localhost in you code. like 127.0.0.1:port_of_your_db.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1392?email_source=notifications&email_token=AKTWG27NHKHX3A5EPPE36TLQGN6TLA5CNFSM4ESFU6W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5DPPLY#issuecomment-524744623>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKTWG24ZJ6ET4UEIU4QNQF3QGN6TLANCNFSM4ESFU6WQ>
.
|
Hi bro,
Added below line also ,still same
============
* Each database connection is specified as an array of settings,
* similar to the following:
@code
array(
'driver' => 'mysql',
'database' => 'webdb',
'username' => 'dbuser',
'password' => 'Password@19',
'host' => '127.0.0.1',
'port' => 3306,
'prefix' => 'myprefix_',
'collation' => 'utf8_general_ci',
);
@Endcode
*
===================
On Mon, Aug 26, 2019 at 12:50 PM Harish Devops <harish.devops3366@gmail.com>
wrote:
… Hi ,
No ,from were i have to update ,/etc/my.conf there is no option like
replace.
Thanks
Harish
On Mon, Aug 26, 2019 at 12:39 PM Bipin Maharjan ***@***.***>
wrote:
> @harishAxis <https://github.com/harishAxis> have you tried adding port
> to your localhost in you code. like 127.0.0.1:port_of_your_db.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#1392?email_source=notifications&email_token=AKTWG27NHKHX3A5EPPE36TLQGN6TLA5CNFSM4ESFU6W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5DPPLY#issuecomment-524744623>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AKTWG24ZJ6ET4UEIU4QNQF3QGN6TLANCNFSM4ESFU6WQ>
> .
>
|
@harishAxis which mysql server you are using?? |
oops sorry i didn't see that you have mention that at the top. |
Using Mysql version 8
…On Mon, 26 Aug 2019, 13:30 Bipin Maharjan, ***@***.***> wrote:
@harishAxis <https://github.com/harishAxis> which mysql server you are
using??
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1392?email_source=notifications&email_token=AKTWG226EJ7QJI7PHTNDMOTQGOESBA5CNFSM4ESFU6W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5DTLFA#issuecomment-524760468>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKTWG26HRJJEFWRXKDYR3MLQGOESBANCNFSM4ESFU6WQ>
.
|
@harishAxis follow the link i shared above. |
I am using laravel 5.8 and having MAMP server got this error resolved by adding
|
We had the same error, although not in laravel environment, and have solved it by creating a new db-user, without touching the database. Details here: |
Going through ALL of the above this was the only solution that worked for me |
CauseThis is caused by an update to As soon as Laravel and other software packages such as PhpMyAdmin are updated to support this new and more secure authentication method this problem wil resolve itself. How to fixIf you CANNOT delete and rebuild your existing mysql data volume, simply:
If you CAN recreate your mysql data volume:
|
For me it works every time i vagrant ssh and execute the command php artisan migrate |
It seems as if with PHP 7.4 the issue is solved. The following minimalist Docker set up does the trick without even touching the configuration in my.cnf. docker-compose.yml:
Dockerfile:
docker/mysql/conf.d/mysql.cnf:
|
Hi 👋 this issue has been automatically marked as |
For those running old versions of MySQL, I ended up with a similar issue using the 5.5 release. As previously stated by @anh-ngo-saltovn and @99linesofcode, MySQL 8.0.4 authentication plugin defaults to caching_sha2_password and until Laravel and other software packages are updated to support the new authentication method, laradock is fallbacking to the mysql_native_password authentication plugin setting the default_authentication_plugin server variable in the my.cnf file. As this server variable was introduced only in MySQL 5.6, docker-compose will fail to start the mysql 5.5 container with the following error:
To solve the problem, do the following:
|
For me, this solution worked. I had created the user in the old format, i.e CREATE USER 'root'@'localhost' IDENTIFIED BY '' |
Hi 👋 this issue has been automatically marked as |
Hi again 👋 we would like to inform you that this issue has been automatically |
I resolved by deleting my docker binding volume and adding the
|
The worst solution possible |
Info:
$ docker --version
): Docker version 17.12.0-ce, build c97c6d6$ git rev-parse HEAD
): 8323c659ed588ad2d2b02a13dfab651c051302e8Issue:
Using the mysql and nginx containers, running a migration yields the following error: The server requested authentication method unknown to the client [caching_sha2_password].
This seems to be due to mysql 8.x forcing a new password format. Attempting to force old_passwords=1 from inside the mysql container yields ERROR 1231 (42000): Variable 'old_passwords' can't be set to the value of '1'.
This does occur when trying to run a migration from inside the workspace - where both the version of php and mysql should be controlled by Laradock.
Expected behavior:
Laravel should be able to login to the database and do its thing.
Reproduce:
Pull clean copy of Laradock, set DB_HOST=127.0.0.1 in .env (for reasons unknown to me, DB_HOST=mysql yields SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: nodename nor servname provided, or not known), start the mysql and nginx containers, enter the workspace container and run php artisan migrate.
The text was updated successfully, but these errors were encountered: