Register Problem

10/06/2010 09:26 San-Goku#1
Here the problem:

Code:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'test@localhost' (Using password: YES) in C:\xampp\htdocs\config.php on line 16
please help
10/06/2010 12:57 AziQ#2
maybe your password wrong .must be same with db password .check on line 16 .
10/06/2010 15:22 King_Arthur#3
Also make sure a user named "test" exists for your database.
10/06/2010 16:42 San-Goku#4
idk whats wrong..look:

Quote:
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="localhost";
$mypass="root"; //your server login password
$myuser="test"; //your server login username
$mydbacc="account"; //your server account database
$mydbdata="my"; //your server my database name
$serveraddress="5.5.121.187"; //your server ip
$serverport=3306; //your server connection port
$mydb="my"; //your server my database
$servername = "CarbonRevo-Online"; //Put your servername here.
$link = "http://carbonrevo.screwcamel.com"; //Put your website link here

// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>
10/06/2010 16:45 PraDevil[ELITE]#5
delete my.ini in C:\WINDOWS\ restart your mysql,make a navicat connection on it..not sure what is the problem is this..but to be sure i got this problem b4 when im start with eo server and got it solve when do this steps..goodluck
10/06/2010 16:56 San-Goku#6
still no change
10/06/2010 17:14 DeadHackerz#7
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="127.0.0.1";
$mypass="test"; //your server login password
$myuser="root"; //your server login username
$mydbacc="my"; //your server account database
$mydbdata="my"; //your server my database name
$serveraddress="Ip server"; //your server ip
$serverport=5816; //your server connection port
$servername="Server Name"; //your server name
$forum="Your Website link"; //your server forum
$mydb="my"; //your server my database

// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>

have u try this try edit your config with this php
10/06/2010 17:15 San-Goku#8
w0rk now!..thx all
10/06/2010 21:03 .Ash#9
Lol, No.

Open navicat and make a user name root and password test. Thats all.

and use this,

PHP Code:
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="127.0.0.1";
$mypass="test"//your server login password
$myuser="root"//your server login username
$mydbacc="my"//your server account database
$mydbdata="my"//your server my database name
$serveraddress="***********IP*******"//your server ip
$serverport=5816//your server connection port
$servername="Server Name"//your server name
$forum="Your Website link"//your server forum
$mydb="my"//your server my database

// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>
10/06/2010 21:58 King_Arthur#10
He said it's fixed. No need to refix what's not broken anymore.
10/06/2010 23:17 .Ash#11
Quote:
Originally Posted by King_Arthur View Post
He said it's fixed. No need to refix what's not broken anymore.
Did not see that, Sorry sir.