What is a database

m (Created page with "<seo title="What is a database" metakeywords="what is database,what is mysql,create database,use mysql,mysql database" metadescription="What is a database" /> When you ask peopl...")
 
m
Line 2: Line 2:
  
 
When you ask people 'what is a database?' most of them will consider it to be something like a container that holds the site images, media files, text files etc.
 
When you ask people 'what is a database?' most of them will consider it to be something like a container that holds the site images, media files, text files etc.
 +
 
Actually all files are stored on the server in folders and only their names and paths are saved in the database. Database software is designed to handle lots of data but it is stored in such a way that will allow you to easily find any piece of information needed.
 
Actually all files are stored on the server in folders and only their names and paths are saved in the database. Database software is designed to handle lots of data but it is stored in such a way that will allow you to easily find any piece of information needed.
While searching the net you might have seen a lot of references to 'MySQL Databases'. The 'Database' term has already been explained above. Now, what is MySQL?
+
While searching the net you might have seen a lot of references to 'MySQL Databases'.  
 +
The 'Database' term has already been explained above. Now, what is MySQL?
 +
 
 
Database programs have many different methods for storing and retrieving data, one of the most popular being a computer language called "SQL".
 
Database programs have many different methods for storing and retrieving data, one of the most popular being a computer language called "SQL".
MySQL is just a database type that supports the use of SQL for retrieving data. Most sites use MySQL to run various software, that is why it is refered to that often.
+
MySQL is just a database type that supports the use of SQL for retrieving data. Most sites use MySQL to run various software, that is why it is referred to that often.
  
 
Now you'll learn how to create a database using your cPanel interface. First make sure you are logged in and go to 'Databases' => ''MySQL Databases'
 
Now you'll learn how to create a database using your cPanel interface. First make sure you are logged in and go to 'Databases' => ''MySQL Databases'

Revision as of 09:13, 20 October 2011

rss feed for my website