MySQL database introduction
The MySQL database package consists of the following:
MySQL is used to refer to the entire MySQL distribution package or the MySQL server, while mysql refers to a client program.
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
|
« Previous
|
Next »
|
Installing MySQL on Linux It's simple to install MySQL on Linux using the RPM file. Become the superuser if you are working in your account. ...
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 ...
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 ...
SQL Tutorial What is SQL? The Structured Query Language is used in manipulating data stored in Relational Database Management Systems (RDBMS). SQL provides commands ...