How To Create A MySQL Database

MySQL is the world's second most widely used open-source relational database management system (RDBMS). You will need to install MySQL databases for many of the scripts that you use to power your website.

While many of our modules — such as Wordpress — create the MySQL database for you, there will be times when you need to manually create one.

 

In this tutorial, we’re going to show you how to create a MySQL database using the wizard which will add a user as well.

 

STEP 1: Login to cPanel

 

STEP 2: Click on the Database Wizard

 

 

STEP 3: Give your database a name and click Next Step.

 

 

STEP 4: Now add a User that can access the database along with the desired password then click Create User.

 

 

STEP 5: Give the user permissions. Generally All Privileges works well for most. But if you have unique uses for this database and user, select what permissions you would like to give them.

 

STEP 6: You are now done!

 

As you probably noticed, your cpanel username will be prepended to any database name or username. For this example the db username is: alttrixcloudtest_test and the username is alttrixcloudtest_test. Once you have your database created you can now connect it to your scripts that will need to access it.

  • 0 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Gerelateerde artikelen

How To Add An Addon Domain In cPanel

Setting Up Addon Domains in cPanel The quick and short answer is:   Log into cPanel on the...

How To Fix The "Your IP Address Has Changed" Error In cPanel

If you've ever tried to log into cPanel and gotten the "Your IP address has changed" error it can...

How To Disable Mod Security

Have you ever tried to make a post in WordPress, Xenforo, or some other content management system...

How To Forward A Domain To Another Domain

One thing we encourage here at alttrixcloud is that you register multiple TLDs for your brand....

How To Setup 301 Redirects In cPanel

The HTTP response status code 301 Moved Permanently is used for permanent URL redirection,...