MySql Error on Stoli

Status
Not open for further replies.

Nakuru

New Member
Messages
2
Reaction score
0
Points
0
Hi Guys

There's a problem with my web page (www.untoldlegends.x10.mx) since 5 days age. The error says that MySql could not connect to int.stoli.x10hosting.com, and i already read this forum. I followed the steps and unfortunately it didn't solve my issue, i'm not sure anymore if this error comes directly from the Host or it's on my side. If you try to enter right now to my site, another error appears (totally diferent than connect to Stoli host).

---------- Post added at 04:19 AM ---------- Previous post was at 04:14 AM ----------

I forgot to mention that i uploaded a phpbb3 forum on this host, and it worked perfectly until 5 days ago that i started to receive this MySql error.
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
Make sure that your mysql server is set to localhost in the phpbb configuration.
 

Nakuru

New Member
Messages
2
Reaction score
0
Points
0
SQL ERROR [ mysqli ]

Can't connect to MySQL server on 'int.stoli.x10hosting.com' (111) [2003]

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

_________________


This error persist in my domain untoldlegends.x10.mx

---------- Post added at 05:58 PM ---------- Previous post was at 04:48 PM ----------

up..
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Table 'nakuru_ul.phpbb_config' doesn't exist

is the error I see now.

Seems like you are connecting, but there is a missing/corrupted table.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Database is missing.


mysql> use akuru_ul;
ERROR 1049 (42000): Unknown database 'akuru_ul'
 
Status
Not open for further replies.
Top