my phpBB forum has a SQL error

Status
Not open for further replies.

kevin5fan

New Member
Messages
5
Reaction score
0
Points
0
I opened up my phpBB forum and out turned out like this

General Error
SQL ERROR [ mysql4 ]

Access denied for user 'kevin5'@'int.chopin.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
Check whether The DBUSER has all PRIVILEGES.Just take it off and apply again.
 

Humza

New Member
Messages
66
Reaction score
3
Points
0
Hi vishal2 and kevin5fan, Chopin (internal mysql) has a funny tendancy to undo permissions to users of a database, so you have to delete the user, undo it from the database and create the user again and link it again with ALL PERMISSIONS.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Access denied for user 'kevin5'@'int.chopin.x10hosting.com'

Users for scripts are of the format kevin5_somename
 

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
Sorry But I am new to this can anyone tv me??
It should be in this manner.Check it.
MySQL Database : cpanelusername_dbname
MySQL DB User : cpanelusername_mysqlsuer
MySQL DB Host : localhost
MySQL DB Password : ********
 

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
i can teamviewer you, email me your id and pass : email@humza.co.cc

You are violating forum rules.Dont ask such stuff.

@kevin : Dont Share your PASSWORD,USERID of Cpanel with any one.Even ADMINS and STAFFS dont ask that.Humza is just a user.
Community Advocates and Support team members are there to help.If we cant do it then we ESCALATE THE THREAD TO ADMINS.SO YOU GET DIRECT SUPPORT.
 
Last edited:

Humza

New Member
Messages
66
Reaction score
3
Points
0
vishal2 I did not know that, anyway everytime you open and close teamviewer the password refreshes.
 

techairlines

x10 Flyer
Community Support
Messages
2,867
Reaction score
165
Points
63
After you create your SQL Database and user in the cPanel, edit your phpBB configuration file to use the following:

Database Name: kevin5_YOURDATABASENAME
Database username: kevin5_YOURDBUSERNAME
Database password: database username
Host: localhost

The above is assuming kevin5 is your cPanel username.

Your site still says the user is just kevin5, which is incorrect.
 
Status
Not open for further replies.
Top