| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Registered User
Seasoned Poster
Joined in Aug 2003
46 posts
Gave thanks: 0
Thanked 0 times
|
Upgrade to phpBB2
I recently installed the latest version of phpBB2 on my site.
I am able to connect to the install page but when I innitiate the install I get a "CRITICAL ERROR; cannot connect to database. I went into c-panel/php administration and created a db with the name I wanted to use. I went back to the install and used this db name and got the same error. Now what. I have very little experience in this area and I am totally lost. can anyone guide me? Thanks Frank |
|
|
|
|
|
#2 (permalink) |
|
is scientific.
Resident.
Joined in Mar 2004
Lives in fear of Obama.
Hosted on Pass 7
13,117 posts
Gave thanks: 8
Thanked 34 times
|
Basically, do what you just did.
Create the database. No matter what the name, it will be preceeded by your site username. So if your site username is rock, and your database is called database, than the database will actually be called rock_database Create a user. It will be along the same lines. If the user is named "Mark", than the username will actually be rock_Mark. The password is just the password. Localhost is the database location, but it will probably have that selected anyway. Make sure you assign the user to the database you want that user to use. Edit: Also, make sure the config.php file for the phpbb forum is chmodded to 777, so it can write the permissions. You can do that with your ftp program or with File Manager. Then, when the board is installed and running, change it to 444. Last edited by David; November 8th, 2005 at 7:51 PM.. |
|
|
|
|
|
#5 (permalink) |
|
Registered User
Seasoned Poster
Joined in Aug 2003
46 posts
Gave thanks: 0
Thanked 0 times
|
Follow uo to david
Thanks again Dave.
You should post this where newbies can read it. It is the answer to many problems I have read around the net on phpBB2 installation. Frank |
|
|
|
|
|
#7 (permalink) | |
|
Registered User
Super #1
Joined in Jul 2003
Lives in So. NJ
1,557 posts
Gave thanks: 0
Thanked 9 times
|
Quote:
![]() |
|
|
|
|