10. MySQL Databases

This section provides information about MySQL databases. Topics include creating databases, removing databases, adding users to a database, changing database passwords, and setting up your database with scripts. The control panel makes database management easy for those people who don't have in-depth knowledge of the topic.

Articles

Accessing phpMyAdmin

phpMyAdmin is a tool written in PHP that allows you to administrate your MySQL databases.  You...

Adding And Removing Users From A My SQL Database

There may be times when you want to have more than one login name and password assigned to a...

Changing Database Passwords

To change a database password, first click on the name of the database in the main MySQL...

How To Create A MySQL Database

This document provides information about MySQL databases.  Topics include creating databases,...

Removing Databases

  A list of all databases is present in the main MySQL databases menu.  To delete a database,...

Setting up your Database with Scripts

Most scripts need to know four things about your database: the database name, database username,...