Probleme with Mysql

Status
Not open for further replies.

alex122

New Member
Messages
3
Reaction score
0
Points
0
Hello,

Since this afternoon i've got a problem with my website www.maquillage.elementfx.com
When we reach it we can see the error : Database Error: Unable to connect to the database:Could not connect to MySQL

Moreover i can't access to phpmyadmin anymore (the redirection doesn't redirect) however i can access to cpanel.

I'd like to mention that I haven't change anything in the configuration. Db_host is localhost.

Help,
Thank you!
 
Last edited:

ChatIndia

Community Advocate
Community Support
Messages
1,408
Reaction score
30
Points
48
You are on absolut and I think it is a temporary problem there so wait for sometime.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Hello,

Since this afternoon i've got a problem with my website www.maquillage.elementfx.com
When we reach it we can see the error : Database Error: Unable to connect to the database:Could not connect to MySQL

Moreover i can't access to phpmyadmin anymore (the redirection doesn't redirect) however i can access to cpanel.

I'd like to mention that I haven't change anything in the configuration. Db_host is localhost.

Help,
Thank you!

snshusat is right MYSQL on Absolut is having some problem.. The Admin are alerted about that... It will resolve soon.
 
Last edited:

alex122

New Member
Messages
3
Reaction score
0
Points
0
I would like to warn you that I still have the same problem. Is it normal ?

Tkanks.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Post your config.php file here in
Code:
 Tags..

Remember to remove your password before posting.
 

alex122

New Member
Messages
3
Reaction score
0
Points
0
$smtphost = 'localhost';
$password = '*********';
$db = 'alex122_maquillage';
$user = 'alex122';

Thanks.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
your username is wrong

username must be like this

cpanelusername_dbuser

In your case database user is alex122_dbuser
Where dbuser is already created and assigned all privileges in Cpanel
 
Last edited:

AngusThermopyle

Active Member
Messages
319
Reaction score
52
Points
28
$user = 'alex122';

Thanks.

The dbUsernames are of the form: cPanelUsername_username

ie, $user should be something like 'alex122_foo'

Try using cPanel --> MYSQL Databases tool to see what username is connected to the database you are using.
 
Status
Not open for further replies.
Top