Showing posts with label mysql. Show all posts
Showing posts with label mysql. Show all posts

Saturday, January 7, 2017

Showing MySQL process using MyTop


When working with mysql database server, it would be great if we can monitor all process that's happening inside the database server, this kind of feature could be handy during performance test.

How to reset MySQL root password on Ubuntu


When you install mysql database server on ubuntu, you will prompted to enter password for user root, if you skip this password or leave it blank, you are out of luck my friend, because you can't login to mysql database server.

Friday, January 6, 2017

How to install PHP MySQL on Ubuntu 16.04


I believe since ubuntu 16.04 LTS, the default php version on ubuntu repo is php version 7.0, so if you want php on ubuntu 16.04, you have to use php 7.0.