How To Create Mysql Database.

Creating Mysql Database.

Mysql Database:
 
MySQL databases allow you to store a large amount of information in an easy to access manner. The databases themselves are not easily read by humans. MySQL databases are required by many web applications including some bulletin boards, content management systems, and others. To use a database, you’ll need to create it. Only MySQL users (different than mail or other users) that have privileges to access a database can read from or write to that database.
 
Creating Mysql Database:

    Log into cPanel.
    Under Databases, click MySQL Databases.
    Under create a new database type New Database name. click create database.

Creating Mysql Database User:

1 Add a New User
2 type username and password
3 click on create a user


Add a User to a Database:

 1 select a database user.
 2 select a database
 3 click add to assign a user to database.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What version of mySQL are you running?

Login to your control panel. On the left side under "Server Info" it tells the mysql version

Restoring a mysql database via SSH

In order to restore your database via SSH or Telnet you will require 2 things:1. SSH or Telnet...

MS SQL Server - Installation

MS SQL Server - InstallationSQL Server supports two types of installation    1. Standalone    2....

How to Backup & Restore a MySQL Database

How to backup Mysql Database.   First, log in to your cPanel using your username and password....

Insert data into your database

Once you have your MySQL database, you can use the phpMyAdmin and insert data into your...