How do I add/create a MySQL database?

It is easy once you get used to it. Here is how to make a MySQL database connection ready.

  1. First, log into your control panel and choose "MySQL". Then fill out the new database option.
  2. Then create a MySQL user on the same page.
  3. Then add the user to the database on the same page, usually with full permissions.

The database is now ready to be used. You'll need to add the database name, database username, and database username password for the connection to work. If it asks for the host, the MySQL host is always: localhost

  • MySQL, database, create, new, host, user
  • 364 Users Found This Useful
Was this answer helpful?

Related Articles

How to flush your DNS cache

Your home computer creates a cache for all DNS settings. It does this to save time each time you...

What is the root login for my new VPS server?

The root login is the same password our system sent you in your welcome email. You just change...

What is the path to PERL?

The path to PERL in PERL script is:#!/usr/local/bin/perl

Do you troubleshoot scripts and apps?

Hello,Sorry, but troubleshooting sripts and apps needs to be done by the scipt maker or a...

How to use PHP-CLI

You would call '/usr/local/bin/php' if you need the php-cli binary, and '/usr/bin/php' if you...