What is a MySQL database? Text Tutorial

A MySQL database, like all other types of databases, is used to keep track of a website or software's data.

 

The technical term for MySQL is a relational database management system, or RDBMS. MySQL is a software program that runs at all times on a server and gives other programs access to the information it maintains.

 

This information is stored in databases. A database is made up of tables. Each table is structured into fields that can contain a specific type of information; some fields can contain only numbers, while others can only contain dates, etc.

 

When data is inserted into a table, each group of fields is called a row.


 

MySQL controls access to this information with usernames and passwords, just like when you log in to a computer. Each username gets permission to do certain things with certain databases.

 

You can create MySQL databases, users, and passwords inside your control panel.


 

If you plan to install web software on your hosting account, you'll need at least one MySQL database. Most web software is designed to share a single database with more than one other software program.

 

You'll also need to create a username and password for the software to use. Be sure to make the password as complex as possible, because it's not a password you're going to need to remember. Usually, a program will store its MySQL password in a configuration file; you'll never need the password again after installation.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Am I allowed to resell my hosting space?

In general, most hosting providers will not allow customers with shared hosting accounts to...

Can I host more than one site per account?

It depends on whether you want each site to have its own domain name or not. If you don't mind,...

Can people find out where I live based on my domain registration information?

Unfortunately, the answer is usually going to be yes. Any address and contact information you...

How do I decide what to choose for a domain name?

If you're not quite sure exactly what a domain is, you should watch the previous tutorial....

How many email accounts do I need?

That's really up to you; it depends on how many people you think will be using email on your...