MySQL Database - How do I get started?

The following information is needed to create a MySQL Database.

1.Database name
2.Username to use for accessing the database
3.Password
(Username and password can be same as your control panel login.)

Setup your MySQL Database through your control panel. Just click on MySQL icon.

2.Create a database user with DBA rights.  Access your database by clicking on the PHPMyAdmin link.  This is a graphical interface that allows you to work with your database.


You can also access your MySQL Database from the Web using programming languages such as Perl and PHP.

Add Feedback