Topic: Ошибка 08004

При попытке подключиться к локальному серверу вылазит ошибка.
#08004Client does not support authentication protocol requested by server; consider upgrading MySQL client
Как это лечится?

Post's attachments

Attachment icon Ошибка.PNG 22.93 kb, 100 downloads since 2021-01-25 

Re: Ошибка 08004

Shilov,


You need to change your MySQL authentication method to 'standard'  as MVD can't work with  SHA256 authentication.


Вам необходимо изменить метод аутентификации MySQL на «стандартный», поскольку MVD не может работать с аутентификацией SHA256.



(Google translate).

On a clear disk you can seek forever

3 (edited by Shilov 2021-01-25 21:57:13)

Re: Ошибка 08004

changed in my.ini -  line:
default_authentication_plugin=caching_sha2_password
to
default_authentication_plugin=standard  - did not help

to
default_authentication_plugin=mysql_native_password  - did not help

how to do it?

(Google translate).

пробовал менять строки в ини файле на то что писали в интернете-не помогло

Re: Ошибка 08004

It turned out that you need to create another user - authentication method to 'standard' and then it works

Оказалось, что нужно создать другого пользователя со значением 'Standart'  и тогда работает