mysql is a structured query language (SQL) server. It is useful for storing, indexing and retrieving data of all kinds and quantity. While mysql is not directly comparable to commercial database engines like IBM’s DB2 or Oracle (from Oracle), it is still very useful and widely deployed as an open source SQL server.
Like many other useful services, mysql also uses a server/client topology. The default port number for mysql is 3306.