MYSQL problems
#1

I'm having a few mysql issues. Basically my server can't connect to the database. My website connects to the DB well and retrieves stats well..

Код:
[11:31:20] >> mysql_connect( )
[11:31:20] CMySQLHandler::CMySQLHandler() - constructor called.
[11:31:20] CMySQLHandler::CMySQLHandler() - Connecting to "HOST" | DB: "DB NAME" | Username: "USER" ...
[11:31:20] CMySQLHandler::Connect() - Access denied for user 'USERNAME'@'HOST' (using password: YES) (Error ID: 1045)
[11:31:20]  
[11:31:20] ---------------------------
[11:31:20] MySQL Debugging activated (10/11/11)
[11:31:20] ---------------------------
[11:31:20]  
[11:31:20] >> mysql_connect( )
[11:31:20] CMySQLHandler::CMySQLHandler() - constructor called.
[11:31:20] CMySQLHandler::CMySQLHandler() - Connecting to "localhost" | DB: "DATABASE NAME" | Username: "USERNAME" ...
[11:31:20] CMySQLHandler::Connect() - Connection was successful.
[11:31:20] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
[11:32:29] >> mysql_query( Connection handle: 1 )
[11:32:29] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
[11:32:29] >> mysql_store_result( Connection handle: 1 )
Reply
#2

You have provided an invalid username or password to the MySQL server.
Reply
#3

Watch closely whether you have set the right username and password.
Try another plugin, which one are you using? I recommend G_Stylezz..
Reply
#4

Thanks for the reply.

I am using the correct login details. All I did yesterday is restart the sever and this happened. Didn't edit my gm. And I am using gstylezz Plugin

Also I exported everything to another volt host DB and it still does this
Reply
#5

Try changing password of your db.
Reply
#6

Changed that a while ago. No luck
Reply
#7

Open a ticket on volt-host see if their mysql server is up or something...
Reply
#8

I seriously doubt that your host address is "HOST", username is "USER" and DB name is "DB NAME". You have to configure the connection details in your script.
Reply
#9

Quote:
Originally Posted by Lenny the Cup
Посмотреть сообщение
I seriously doubt that your host address is "HOST", username is "USER" and DB name is "DB NAME". You have to configure the connection details in your script.
Are you O.K?

I put in that to replace my real info so no one will see it. Why would I post my real user or host

I'm using correct info. I never changed anything and it worked fine for weeks.
Reply
#10

show us your defines (no password ofcourse).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)