Now, I wouldn't be posting here begging for help if I hadn't got to the ends of my wit. Anyhow I am having trouble. I'm uploading a text based mmorpg to test in beta before I purchase a domain and hosting.
Write Config...
Config written.
Attempting DB connection
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'game'@'cossacks.x10hosting.com' (using password: YES) in /home/tehmedia/public_html/class/class_db_mysql.php on line 46
FATAL ERROR: Could not connect to database on localhost (Access denied for user 'game'@'cossacks.x10hosting.com' (using password: YES))
It's really depressing, I can't even get this right - I don't know what I'd do on the cronjobs.
Line 46;
Any help? I've set a username and password but I canny' get it to work captain.
Write Config...
Config written.
Attempting DB connection
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'game'@'cossacks.x10hosting.com' (using password: YES) in /home/tehmedia/public_html/class/class_db_mysql.php on line 46
FATAL ERROR: Could not connect to database on localhost (Access denied for user 'game'@'cossacks.x10hosting.com' (using password: YES))
It's really depressing, I can't even get this right - I don't know what I'd do on the cronjobs.
Line 46;
Code:
$this->connection_id=mysql_connect($this->host, $this->user, $this->pass, 1) or $this->connection_error();
Any help? I've set a username and password but I canny' get it to work captain.