Forgot Root Password: MySQL / MariaDB

MySQl MariaDB Forgot Root Password

This is quite alarming situation in infrastructure when we are not able to login as root in Database server. Database servers are very crucial and it should be very carefully managed. But sometimes there are unwanted situation when we can encounter such problems. Today, while working on my POC setup I also encountered this problem … Read more

How to install MySQL Server 5.7 on Ubuntu 14.04 LTS

In this guide we will learn, how to install MySQL Server 5.7 on Ubuntu 14.04 LTS. We always recommend our readers to read release notes of every mysql. If you are specifically looking for MySQL Server 5.6 server installation , you can read our previous post. Our Environment Operating System : Ubuntu 14.04 LTS Arch: … Read more

Change path of tmpdir in MySQL Server On Ubuntu

Introduction The post will explain , how to change the tmpdir in MySQL Server on Ubuntu. In the temporary directory for MySQL, generally temporary tables are stored. We generally change its path to make our mysql server performance better. Practical Tested On : It will works for other MySQL and Ubuntu version also.Our testing inventory … Read more