Mysql database - mysql beginners tutorial introduction - mysql server - mysql client
mysql database, mysql beginners tutorial introduction, mysql server, mysql client
MySQL database introduction: MySQL beginners tutorialGo to MySQL database introduction: MySQL beginners tutorialSQL tutorialGo to SQL tutorialWeb development tutorialsGo to web development tutorialsHomepage

MySQL database introduction: MySQL beginners tutorial

The MySQL database package consists of the following:

  • The MySQL server: This is the heart of MySQL. You can consider it a program that stores and manages your databases.
  • MySQL client programs: MySQL comes with many client programs. The one with which we'll be dealing a lot is called mysql (note: smallcaps). This provides an interface through which you can issue SQL statements and have the results displayed.
  • MySQL client Library: This can help you in writing client programs in C. (We won't be taking about this in our tutorial).


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.


Back Next


AddThis Social Bookmark Button
Page contents: Mysql database - mysql beginners tutorial introduction - mysql server - mysql client

Page URL: http://www.webdevelopersnotes.com/tutorials/sql/ mysql_database_introduction_mysql_beginners_tutorial.php3



Join Mailing List


Feedback/Questions




50+ web hosting FAQs

Search engine for your website

Free software from Google - The Google Pack Collection

Create your own search engine
Search WebDevelopersNotes.com