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
Category: Learning
Install SQLite on Ubuntu
The default Ubuntu PHP package does not include the PDO SQLite extension. So, whenever we’re using some program that use SQLite, then we get this error – “PDO Driver for SQLite is missing.” So, How can we install the SQLite PDO extension? For this, just need to do: sudo apt-get install php5-sqlite Next time, you… Continue reading Install SQLite on Ubuntu
Learning English – 01
I was reading a post from a Facebook page Learn English, and suddenly I got the idea to note down each new English words or grammatical rules in my blog that we all need to know for learning English. Hopefully this post will also help others to learn English. # Learning -01: homophones Homophones are… Continue reading Learning English – 01