config file problem
capslock 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: config file problem
capslock
OP
0
From: -
From: -
config file problem
thanks a lot
thanks a lot
1 Re: config file problem
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
config file problem
Download this script:
http://www.esselbach.com/scripts/cfix.php.txt
Then open it in an editor and change the following variables to match your MySQL configuration:
Then rename the script to cfix.php and upload it to your /cadmin directory. Finally, run the script with your browser.
Download this script:
http://www.esselbach.com/scripts/cfix.php.txt
Then open it in an editor and change the following variables to match your MySQL configuration:
//MySQL settings
$dbhost = "localhost";
$dbuser = "root";
$dbpass = "password";
$dbname = "database";
//Website details
$wsname = "Website";
$wsurl = " http://localhost";
$wsno = "1";
Then rename the script to cfix.php and upload it to your /cadmin directory. Finally, run the script with your browser.
i've transferred a domain, but now i can't change mysql account data since config file is encrypted! What can i do?