m |
m |
||
Line 1: | Line 1: | ||
<seo title="What is a database" metakeywords="what is database,what is mysql,create database,use mysql,mysql database" metadescription="What is a database" /> | <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 people ' | + | <div align="justify">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'. | 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? | + | 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 | + | MySQL is just a database type that supports the use of SQL to retrieve data. Most sites use MySQL to run various software, that is why it is referred to that often. |
− | You can learn how to create a database using your cPanel interface | + | You can learn how to create a database using your cPanel interface at ''[[How to create database]]'' |
− | Once you know how to create a database you can use it to run your own online shop or blog, etc. as they use MySQL. | + | Once you know how to create a database you can use it to run your own online shop or blog, etc. as they use MySQL.</div> |