mowax
New Member
- Messages
- 32
- Reaction score
- 0
- Points
- 0
hey chaps,
i'm trying to install a version of pschostats it's a good clan reader for our stats that connects to our server see example here (http://f098.free.speed-stats.de/index.php)
Thank one isn't worning correctly so i'd like to do my own, thing is i'm stuck on the below.
Fatal Session Error at line 259: ERR 1045: Access denied for user 'mowax_mowax'@'XX.XXX.XX.XX' (using password: YES)
this is the config i'm using
<?php
// Basic database and user configuration.
// All other configuration is stored in the database.
$dbtype = 'mysql';
$dbhost = 'mysql';
$dbport = '';
$dbname = 'mowax_stats';
$dbuser = 'mowax_mowax';
$dbpass = 'password';
$dbtblprefix = '_ps';
$userhandler = 'normal';?>
Now i've went into control panel and created a data base called
mowax_stats
i have a user called
mowax_mowax
and i've let it have full access....i've also chmod the files that i need to.
the people over at the stats page asked me this
So...any ideas?
Thank you
i'm trying to install a version of pschostats it's a good clan reader for our stats that connects to our server see example here (http://f098.free.speed-stats.de/index.php)
Thank one isn't worning correctly so i'd like to do my own, thing is i'm stuck on the below.
Fatal Session Error at line 259: ERR 1045: Access denied for user 'mowax_mowax'@'XX.XXX.XX.XX' (using password: YES)
this is the config i'm using
<?php
// Basic database and user configuration.
// All other configuration is stored in the database.
$dbtype = 'mysql';
$dbhost = 'mysql';
$dbport = '';
$dbname = 'mowax_stats';
$dbuser = 'mowax_mowax';
$dbpass = 'password';
$dbtblprefix = '_ps';
$userhandler = 'normal';?>
Now i've went into control panel and created a data base called
mowax_stats
i have a user called
mowax_mowax
and i've let it have full access....i've also chmod the files that i need to.
the people over at the stats page asked me this
know somewhere in that control panel of yours it'll allow you to assign the host the user can connect as. I just don't know where it would be listed. Or it's possible your host doesn't allow remote connections. Talk to you host to find out.
So...any ideas?
Thank you