What Next?
The tutorial has covered almost everything a web developer needs to know in order to get started and develop online databases. For those of you who are hungry for more, here are two important resources.
Go to the MySQL web site and download the manual. The manual is offered in various formats. I have a .pdf version. Click here to be taken to the resources page directly.
|
« Previous
|
Next »
|
Downloading MySQL MySQL is available for Windows, Linux and other Unix variants. The Windows version is a shareware, which must registered after evaluation. I learnt ...
SQL Tutorial What is SQL? The Structured Query Language is used in manipulating data stored in Relational Database Management Systems (RDBMS). SQL provides commands ...
Hotlink Protection Hotlink Protection prevents other web sites from directly linking to certain files (typically images) that are on your web site. This tutorial will ...
Creating a database In this section of the MySQL primer we will learn how to create a database. The commands for creating a database in ...
Installing MySQL on Windows Once you have successfully downloaded the Windows version, installing it is a breeze... trust me! (The installation steps below have ...