Wednesday, May 24, 2017

Reset MySQL root password in Ubuntu

In this POST I will show how to reset MySQL Server root password in Ubuntu

In the previous posts I had shown how to .....

Use the following steps to reset a MySQL root password by using the command line interface in Linux.
Stop the MySQL service
  

sudo /etc/init.d/mysql stop

Start MySQL without a password

Tuesday, May 23, 2017

Send Email Using ASP.NET CORE 1.1 With MailKit using VS Code in Ubuntu

In this post I will show you how to Send Email Using ASP.NET CORE 1.1 With MailKit using Visual Studio Code in Ubuntu.

OutPut: