Unable to connect to the database:Could not connect to MySQL

Status
Not open for further replies.

edificiozamenhoff78

New Member
Messages
3
Reaction score
0
Points
0
Dear all,

Since one or two months ago I\'m getting the same message, when I try to access to my web hosted on x10hosting.com The message is \"Database Error: Unable to connect to the database:Could not connect to MySQL\". I have had this project stopped last months and I would like to recover it. Please, could you be so kind helping me to recover this database? Below this lines you can find configuration.php, because I have read that in this file I could find the solution

<?php
class JConfig {
/* Site Settings */
var $offline = \'0\';
var $offline_message = \'El sitio está desactivado por tareas de mantenimiento <br /> Por favor, vuelva más tarde.\';
var $sitename = \'Edificio Zamenhoff\';
var $editor = \'tinymce\';
var $list_limit = \'20\';
var $legacy = \'0\';
/* Debug Settings */
var $debug = \'0\';
var $debug_lang = \'0\';
/* Database Settings */
var $dbtype = \'mysql\';
var $host = \'localhost\';
var $user = \'zamenhof_zamenho\';
var $password = \'********\';
var $db = \'zamenhof_db\';
var $dbprefix = \'jos101_\';
/* Server Settings */

Maybe, this issue is related to the last server updates. I think my web is on boru server.

Thanks in advance.

JAVIER MORALES
 

Anna

I am just me
Staff member
Messages
11,750
Reaction score
581
Points
113
I re-created the database user for you, seem to be all working correctly now
 

edificiozamenhoff78

New Member
Messages
3
Reaction score
0
Points
0
Thanks Anna, everything is working properly now. I'll try to carry out my little project.

Thanks a lot.

kind regards.
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
Issue resolved; closed.
 
Status
Not open for further replies.
Top