Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

The server requested authentication method unknown to the client

CREATE USER 'seuUsuario'@'localhost' IDENTIFIED WITH mysql_native_password BY 'suaSenha';
GRANT ALL PRIVILEGES ON . TO 'seuUsuario'@'localhost' WITH GRANT OPTION;
Source by cursos.alura.com.br #
 
PREVIOUS NEXT
Tagged: #The #server #requested #authentication #method #unknown #client
ADD COMMENT
Topic
Name
4+6 =