How to Create MySql Database in Direct Admin Panel

Follow steps to create MySQL database from DirectAdmin control panel.

Please open your DirectAdmin Panel. Using Username and Password.

  1. Click on MySQL Management
mysql database

2. Click on Create new Database

create mysql database

Write Database Name, Database User and Database Password and then Click on Create Database.

Password Hint :- one capital letter and one small letter and two numeric and symbol. Use at last 6 Characters.

Do not use your name and mobile number and email id and Pet name and any other common name.

create mysql database

3. Mysql Database Created.

mysql database

4. Show Created Mysql Database. Open your database then click login button.

Automatic open the new tap in your browser and open PhpMyadmin.

php myadmin

5. Information_schema is default database. Do not touch Information_schema. Click domaincom_member database. After click change right side panel and put table name and number of columns. Then click GO button.

6. Write table name. First create id table. It is auto increment table. Please see number 4 (Red color). Click this box. Open pupup window then click GO button. Next create table name username. Type VARCHAR. Length 100 and same created next password table and then click SAVE button.

create mysql tabale name

7. Finally created mess table under the database domaincom_member. This table is empty. If you want to insert value in the table. There are two ways to insert value in the table. First of all php insert query and manual database insert program.

create mysql database and table.

Saurav Sen

Hi, I am a professional blogger and web developer. So I also share experiences with web development tutorials and blogging tips and including writing about HTML, CSS, JavaScript, Jquery, Ajax, PHP, and MySQL.