Error connecting to the Mysql server
#2

I think you are using Max  outdated website... Use version 3.6.2.....

 

your config has to be something like this :

 

// Show PHP Errors
error_reporting(E_ALL);
ini_set('display_errors', '0');  // change 0 = off 1 = on
 
 
// Your Name
$server_owner = 'yourname';
 
 
// Mysql IP
$LCSET['cms_host'] = 'your server ip'; // dns or ip
 
 
// Mysql Login

$LCSET['cms_username'] = 'your mysql username'; // Mysql username 
$LCSET['cms_password'] = 'your mysql password'; // Mysql password
 
YOUR Mysql dabatases name of course
// Mysql Databases
$LCSET['cms_lc_auth'] = 'newproject_db_auth'; // auth database
$LCSET['cms_lc_db'] = 'newproject_db'; // db database
$LCSET['cms_lc_data'] = 'newproject_data'; // data database
$LCSET['cms_lc_site'] = 'cms_demo'; // Website Database Name
 
 
Make sure your mysql username and password is correct...


Messages In This Thread
[No subject] - by Nathx3 - 10-03-2014, 05:50 PM
[No subject] - by BayBay - 10-03-2014, 06:34 PM
[No subject] - by Nathx3 - 10-03-2014, 08:11 PM
[No subject] - by BayBay - 10-03-2014, 10:42 PM
[No subject] - by Wizatek - 10-04-2014, 02:37 AM
[No subject] - by Nathx3 - 10-04-2014, 12:01 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)