Types of Table Relationships

To create a good database, I have to know the relationship between tables. It is clear, the database I talking about is relationship database. There are three types of table relationships. One-to-one relationships One-to-many relationships Many-to-many relationships One-to-one relationships In...

Main Features of MySQL

I choose MySQL as my program’s database. The main features of MySQL are: Speed Portability Ability to interface with any programming languare Price MySQL is a multithreaded server, meaning that each time a connection is made, a new server process...

Ubuntu 8.04

Ubuntu 8.04 will release in 22 days. I have a Ubuntu 7.10 installed on my desktop. Before I can upgrade to the new version. Let’s go through the new features from 8.04. Xorg 7.3 The latest Xorg, Xorg 7.3, is...

IP Ports and Protocols

The following IP Ports and Protocols are excerpted from Networking Fundamentals. Port number – Protocols name 20 – File Transfer Protocol (FTP) data 21 – File Transfer Protocol (FTP) control 23 – Telnet 25 – Simple Mail Transfer Protocol (SMTP)...