How to Create Database in VestaCP?

Posted on November 19th, 2018

VestaCP is a webhosting open source control panel. It is only compatible with Linux OS such as Ubuntu centos and red hat based servers. It supports many features as the web server, Firewall, Email, DNS and Database. In this tutorial, we are going to discuss how to create database in VestaCP control panel.

1) Login to VestaCP control panel https:// {Server IP address or hostname}:8083

2) Click on the “BD” tab. Then click on the green button “+ “which will create a database. You can refer to the following screenshot for the same.

create database

 

3) Then a new page comes out in which you can enter the database details like database name, database user, password, etc and then click on Add when you finished entering the details. Please note there will be a prefix in front of database name and database username. This prefix will be the same as the name of the user account you have logged in with. In the following screenshot I have logged in as admin and admin will be the prefix name for both database name (admin_test) and database username (admin_test).

create database

 

4) You have now successfully created the mysql database and its corresponding user. You can click on “open phpMyAdmin” to access the phpMyAdmin.

create database

 

5) Now you can access the phpMyAdmin using the database username and database password and start working with your database.

 

If you need any further help please do reach our support department.

 

Leave a Reply