Resolved Resolving SQL Login Error

Status
Not open for further replies.

paratosp

New Member
Messages
5
Reaction score
0
Points
1
How do I resolve the below error?

General Error:SQL ERROR [ mysqli ]Access denied for user 'yourusername'@'localhost' (using password: YES) [1045] in file /home/paratosp/domains/paratospublishing.x10host.com/public_html/phpbb/db/driver/driver.php on line 1023BACKTRACEFILE: (not given by php)LINE: (not given by php)CALL: installer_msg_handler()FILE: [ROOT]/phpbb/db/driver/driver.phpLINE: 1023CALL: trigger_error()FILE: [ROOT]/phpbb/db/driver/driver.phpLINE: 465CALL: phpbb\db\driver\driver->sql_error()FILE: [ROOT]/phpbb/db/tools/tools.phpLINE: 1003CALL: phpbb\db\driver\driver->sql_transaction()FILE: [ROOT]/phpbb/db/tools/tools.phpLINE: 394CALL: phpbb\db\tools\tools->_sql_run_sql()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 1001CALL: phpbb\db\tools\tools->sql_create_table()FILE: [ROOT]/phpbb/install/module/update_database/task/update.phpLINE: 134CALL: phpbb\db\migrator->create_migrations_table()FILE: [ROOT]/phpbb/install/module_base.phpLINE: 149CALL: phpbb\install\module\update_database\task\update->run()FILE: [ROOT]/phpbb/install/installer.phpLINE: 219CALL: phpbb\install\module_base->run()FILE: [ROOT]/phpbb/install/controller/update.phpLINE: 133CALL: phpbb\install\installer->run()FILE: [ROOT]/vendor/symfony/http-foundation/StreamedResponse.phpLINE: 114CALL: phpbb\install\controller\update->phpbb\install\controller\{closure}()FILE: [ROOT]/vendor/symfony/http-foundation/Response.phpLINE: 374CALL: Symfony\Component\HttpFoundation\StreamedResponse->sendContent()FILE: [ROOT]/install/app.phpLINE: 62CALL: Symfony\Component\HttpFoundation\Response->send()
 

Anna

I am just me
Staff member
Messages
11,768
Reaction score
590
Points
113
I'd start with making sure the password match, just in case it somehow got messed up (uncommon but possible). There should be a config.php (or similar) where your current information is located. It is also possible that the mySQL server had a temporary problem that has since been sorted.

However, I do not see any error about connecting to mysql on your site, nor in your error log. I do however see that the site throws an http error 500. A common cause for this is mismatched php version, though seeing from the pasted error the default option of php version 7.2 should work fine (it uses mysqli).

I'll assume that it was working after migrations up until about now? Did you do anything in particular just before it started throwing errors?
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
252
Points
63
@paratosp Does this resolve your issue? Please let us know or this thread will be closed soon for inactivity. Thank you.
 
Status
Not open for further replies.
Top