MQL Problem

Status
Not open for further replies.

toxictwister

New Member
Messages
22
Reaction score
0
Points
0
When I go to my site cursedgfx.us.to I get this message:
General Error

SQL ERROR [ mysql4 ]

Access denied for user 'graphicd_phpbb'@'absolut.x10hosting.com' (using password: YES) [1045]

An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
 

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
Make sure that you use localhost as database server name.
 

toxictwister

New Member
Messages
22
Reaction score
0
Points
0
I used softaculous to install PHPBB and haven't upgraded the PHPBB to the current version yet.
 

priyaa161

New Member
Messages
553
Reaction score
24
Points
0
Some problem with your config.php file. Replace that file with a new file. Don't forget to update your database username and password.
 
Last edited:

toxictwister

New Member
Messages
22
Reaction score
0
Points
0
It is according to the x10Hosting Network News in my account manager which says:


New MySQL Update Absolut, Boru, Lotus, Chopin, and Starka should all be restored and running properly. Stoli and Cossacks are currently restoring and will be back in a few hours.


I'm on Absolut so the restore is complete and that post above was made 3 hours ago.
 

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
Just do what i had told you.You can find it in config.php.You can change the dbserver name there.
then post back the result.
 

toxictwister

New Member
Messages
22
Reaction score
0
Points
0
localhost is already set as the database server

<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'graphicd_phpbb';
$dbuser = 'graphicd_phpbb';
$dbpasswd = 'removed';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';

@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
If you can get to cPanel, Databases section, MySQL® Databases, try

Delete user graphicd_phpbb
Add user graphicd_phpbb with the same password.
Add user graphicd_phpbb to the database graphicd_phpbb , giving full permissions.

See if that works. Sometimes, during migrations, users lose their permissions.
 
Status
Not open for further replies.
Top