PDA

View Full Version : MySQL Database help



Crispy
02-21-2008, 12:35 PM
I am attempting to install phpBB 3.0 on my site. I am prompted to enter the Database server hostname or DSN.

I have created a MySQL database for this forum, but I do not know how to point to it. Any help?

felgall
02-21-2008, 01:36 PM
The hostname will be localhost

The database name will be your account name followed by an underscore followed by the name you gave the database.

The username will be your account name followed by an underscore followed by whatever username you created to access the database.

The password will be whatever password you assigned for the username.

Crispy
02-21-2008, 02:36 PM
Thanks, this worked.

I really appreciate the help