Achieving Seamless Deployments: A Guide to CI/CD for .NET Applications on AWS

|
| By Webner

Introduction: In the ever-evolving landscape of software development, adopting efficient and automated deployment processes is key to staying competitive. Continuous Integration and Continuous Deployment (CI/CD) practices have emerged as indispensable tools for achieving faster releases, reducing errors, and improving overall

How to switch the Mysql authentication method from auth_socket to mysql_native_password

| By Webner

In this article, we will come to know how we can switch the MySQL root user default (Auth_Socket) authentication method to mysql_native_password. Auth_socket Authentication Auth_socket authentication is a server-side default authentication plugin that is used to authenticate the client input