Suchy Posted April 19, 2008 Share Posted April 19, 2008 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 ? Quote Link to comment https://forums.phpfreaks.com/topic/101805-php-bb-user-account/ Share on other sites More sharing options...
Daniel0 Posted April 19, 2008 Share Posted April 19, 2008 I'm quite sure phpBB has a configuration file somewhere in which the MySQL username and password are stored. Quote Link to comment https://forums.phpfreaks.com/topic/101805-php-bb-user-account/#findComment-521021 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.