10-06-2011, 05:01 PM
u need install MYSQL ( lasted version ) in MYSQL installation u need change password to root, than go to control panet in ur RegisterFiles -> Config -> Config.php and change password to root
Looks like this :
<?php
/*
* Edit these variables to your own settings
*
*/
$mySQL["server"] = localhost;
$mySQL["username"] = root;
$mySQL["password"] = root;
$mySQL["database"] = newproject_db_auth;
$config["pagetitle"] = LastChaos Control Panel;

