Hi guys im new here please to meet you i have a problem look
Error: Unable to connect to MySQL server. MySQL reported: Can't connect to MySQL server on 'localhost' (10061).
i don't know whats wrong with it heres my index folder how it looks like im running of xamp
wamp server gives to many errors any way help please
*/
$lang="en"; // Language ("en" - english, "ru" - russian)
$title="WoW"; // Insert the title of your server here
$host="localhost"; // HOST for Character database
$user="root"; // USER for Character database
$password="ascent"; // PASS for Character database
$db="logon"; // NAME of Character database
$hostr="localhost"; // HOST for Logonserver database
$userr="root"; // USER for Logonserver database
$passwordr="ascent"; // PASS for Logonserver database
$dbr="logon"; // NAME of Logonserver database
$database_encoding = 'CP1251'; // Set encoding
$img_base = "img/"; // Image dir
$server = "set realmlist"; // Ascent Server Address
$port = "8129"; // Ascent Server Port
$lock_acc=0; // Lock created account to IP address (1 - on, 0 - off)
$lock_reg=0; // Registration only one (or more) account from one IP address
// 0 - not limit, 1 - one acc, 2 - two acc, etc...