mySQL help...

Status
Not open for further replies.

fxgclan

New Member
Messages
2
Reaction score
0
Points
0
//MySQL settings.
$mysql_server = "localhost";
$mysql_username = "admin";
$mysql_password = "*********";
$mysql_database = "fxgclan_chat";


$mysql_server = "localhost"; Is wronge, everything else IS correct as i copy & pasted it in the controll panel, what is the mysql_server ?

Any help thank's :D
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Your MySQL username is not admin, it should be 'fxgclan_admin'.

localhost is in fact correct.
 
Status
Not open for further replies.
Top