Bin-Blog logoBin-Blog

Learn about the latest in Web Development – as soon as I do.

Posts Tagged ‘MySQL’

Interactive SQL Tutorial

By Binny V A • Feb 11th, 2009

I have completed a tutorial that I have been working on for a long time. Its the Interactive SQL(Structured Query Language) Tutorial – it teaches you the basics of SQL. SQL, for those of you who are unaware of it, is the language used to access and manipulate data within a database. It is very simple and very powerful.



Installing LAMP(Apache Web Server/PHP/MySQL) in Debian/Ubuntu

By Binny V A • Sep 16th, 2008

Installing the LAMP environment on a Linux system is easy if you are comfortable with using the native package management software. If you on a Red Hat/Fedora/CentOS system, that will be yum – and for Debian/Ubuntu systems, that will be apt. This tutorial shows you how to install Apache 2, PHP 5 and MySQL 5 in Debian using apt.