Im trying to set up a website that links to the accounts table and updates for me, i got all the stuff set up, permissions on the tables set, and these are my spora configs, but im still getting Error: Unable to connect to MySQL server. MySQL reported: Access denied for user 'root'@'localhost' (using password: YES). I am using the with username and password. The db is called mysql and the anscent and logons are both there. and my hamachi is 5.223.84.244
*/
$lang="en"; // Language ("en" - english, "ru" - russian)
$host="localhost"; // HOST for Antrix database
$user="root"; // USER for Antrix database
$password="!!!"; // PASS for Antrix database
$db="mysql"; // NAME of Antrix database
$hostr="localhost"; // HOST for Login database
$userr="root"; // USER for Login database
$passwordr="!!!"; // PASS for Login database
$dbr="mysql"; // NAME of Login database
$database_encoding = 'CP1251'; // Set encoding
$img_base = "images/"; // Image dir
$server = "5.223.84.244"; // Antrix Server Address
$port = "8129"; // Antrix Server Port
$title="localhost"; // Insert the title of your server here
$lock_acc=0; // Lock created account to IP address (1 - on, 0 - off)
$lock_reg=10; // Registration only one (or more) account from one IP address
// 0 - not limit, 1 - one acc, 2 - two acc, etc...