Jump to content

PHP BB user account


Suchy

Recommended Posts

I did not know where to place the question so I placed here.

 

Any way there was a problem with my mysql, after it was fixed I had to delete all the database user accounts and recreate them inorder to connect to mysql. This was no problem, except for php bb. When I first installed it through cpanel I did not create a user account for it (Fantastico took care of that). When I deleated the user account for php bb I manualy had to create on and enter a password (I left the same user name as before). Now to get it to connect I had to change  line 48 of mysql4.php from:

$this->password = $sqlpassword;  to  $this->password = "PASSWORD";

 

What do I have to do to get it back as it was before ?

Link to comment
https://forums.phpfreaks.com/topic/101805-php-bb-user-account/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.