View Full Version : What is going on with mysql01 ??????
Arouraios
6-17-04, 09:58 AM
What is going on? First say that is low of memory.
Now it not let my web sirte connect to it.
dbconn: mysql_connect: Access denied for user: 'steven@66.152.98.23' (Using password: YES)
I havent any username like this
What the hell is going onnnnnnnnnn
I'm on mysql01 and having no problems. I would check OPS to see if anything is amiss with your mysql users.
Arouraios
6-17-04, 10:50 AM
I check my ops. All users are corectly.
I check my config.php is correct
I can login correctly with phpmyadmin
Create a test page, and use this as the contents:
<?php
if(mysql_connect("mysql01.powweb.com", "username" , "password")) echo("Connected to database<br>");
else echo("server, user or pass not working");
if(mysql_select_db("database_name")) echo("Database selected<br>");
else echo("database not working");
?>
Change the user name, etc to match what you have in ops. If you get:
Connected to database
Database selected
Then it means your software that is generating the message is messed up. If you don't get those messages, you need to contact support@powweb.com
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.