Connection With Sql Database

Status
Not open for further replies.

mobetalk_forum

New Member
Messages
1
Reaction score
0
Points
0
Im on stoli , Seems like there is some problem at sql database side , earlier i used to connect easily but now im not able to connect with the database , plz check if there is something wrong with my account
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
make sure you are using localhost as you DB_HOST

Warning: mysql_query() [function.mysql-query]: Access denied for user 'mobetalk'@'stoli.x10hosting.com' (using password: NO) in /home/mobetalk/public_html/core.php on line 1154

This error shows you are using mobetalk as you db user and not using password... Which is not right...

Your db username must be like this [cpanelusername]_[dbuser]
and you must use password.

also your host should be localhost
 
Last edited:

genealogy1

New Member
Messages
56
Reaction score
1
Points
0
I have used both 'localhost' and ''mysql-stoli.x10hosting.com' with the following results on WordPress:

localhost: Connection refused: mywebsite.pcriot.com:80
mysql-stoli.x10hosting.com: Error establishing database connection

AND

Log File: States that something was compressed? (Don't know where this came from.) 1-24-2010

Originally used 'mysql-stoli.x10hosting.com' and worked fine.

Maybe the switch over has affected things, I don't know?

SEE POST:
http://forums.x10hosting.com/free-hosting/110251-database-error.html#post630909
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
After the upgrade of MYSQL server mysql-[server].x10hosting.com is longer working...

Only localhost is working...

If you are facing error with localhost then this is because of server migration...

after the migration done everything will be work
 
Status
Not open for further replies.
Top