Being as a web developer I often have to configure my Ubuntu as a web server for developing PHP projects. This is actually pretty common thing that you have to make it whether you are in windows or mac. In this tutorial I will show you how to make web server in your favorite OS Ubuntu. So, let’s do it. First install the apache2 php5 and mysql 1sudo apt-get install apache2 php5 php5-gd mysql-server phpmyadmin This will install all the...
Read MoreForgot root password of MySQL ?
Today I will show you how to modify the existing root password of MySQL, to be able to do it you must firstly be connected to it. If you already know the root password and just want to reinitialize it, you can skip this part. If you don’t have the root password then follow the steps below. It is possible to bypass the authentication process and to access MySQL. By the way I’m on a Linux PC and the command will work on Ubuntu...
Read More







Recent Comments