MySQL database introduction

MySQL database introduction cover image
  1. Home
  2. MySQL
  3. MySQL database introduction

The MySQL database package consists of the following:

Sponsored Links

The difference between MySQL and mysql

MySQL is used to refer to the entire MySQL distribution package or the MySQL server, while mysql refers to a client program.

Why have client and server programs?

The server and client programs are different entities. Thus, you can use client programs on your system to access data on a MySQL server running on another computer. (Note: you would need appropriate permissions for this. Consult the system administrator of the remote machine.)
Dividing the package into a server and clients separates the actual data from the interface.

MySQL