|
.
You are here:
Support Center ->
MySQL Databases ->
Removing Databases
MYSQL
Databases
This section provides information about removing databases,
adding users to a database and removing users from a
database.
Removing
Databases

A list of all databases is present in the main MySQL
databases menu. To delete a database, check the box
next to the database name you want to delete and then
click the " Delete Selected " button. In the above
example, we are deleting the database named
username_data1.
Adding Users
to a Database
There may be times when you want to have more than one
login name and password assigned to a database. To add
additional users to a database, follow these steps:
Step 1. From the main database menu, click on the name of the
database you want to modify.
Step 2. Click on the " Create New Database User " link at the top
of the screen.
Step 3. Enter a username and password and then click the
" Create " button.

You can see how many users each database has from the main
MySQL Management menu.
Removing
Users from a Database
To remove database users, first click on the database name
from the main MySQL Management menu. In this example we
have clicked on the " username_chat " database, which has
two users (see above picture).

The username_chat database has two users: username_chat
(the username is the same as the database name) and
username_gary2. To delete the database user, simply
check the box next to its name and click the " Delete
Selected " button.
Need more
help?
If you're in need of assistance or
have any unanswered questions please
Contact
Us Here.
. |