Answers for "he server requested authentication method unknown to the clientfile: /users/tijaniusman/www/schoolgate2.0/application/config/database.php line: 46"

C#
0

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;
Posted by: Guest on August-18-2020

Code answers related to "he server requested authentication method unknown to the clientfile: /users/tijaniusman/www/schoolgate2.0/application/config/database.php line: 46"

C# Answers by Framework

Browse Popular Code Answers by Language