The acronym of LAMP stands for Linux, Apache, MySQL, and PHP. It’s straight forward to install LAMP on Ubuntu. To install apache: To install MySQL: During the installation, MySQL will ask you to set a root password. If you miss the chance to set the password while the program is installing, it is very easy… Continue reading Install LAMP Stack on Ubuntu
Month: October 2015
Using MySQL database via command line
If you’re a Unix user, and also a developer, then you’re surely love to do stuff with command line interface. It’s fun to work in a command line interface environment. Don’t be afraid. It’s easy to use MySQL database for basic operation via command line interface. To start mysql console: Then write your password when… Continue reading Using MySQL database via command line