CMS 3.8.1 Error connecting
#1

Hey ,

I take all same how Toxic in his CMS Setup video step by step

i get this error ... i put firewall off same , i create a webacc in navicat same....

 

Error connecting to the Mysql server
If your the admin please check your config settings.
If your not then there is no connection to Mysql sorry, come back later.

 

anyone can help please

i use LC-CMS 3.8.1...

#2
try use localhost in your ip...
    // Mysql IP
    $dbhash["cms_lc_host"] = 'localhost'; // dns or ip

     
    // Mysql Login    
    $dbhash["cms_lc_username"] = 'root'; // Mysql username
    $dbhash["cms_lc_password"] = ' dont need pass if use localhost'; // Mysql password
    
    
    // Mysql Databases
    $dbhash["cms_lc_auth"] = "newproject_db_auth"; // auth database
    $dbhash["cms_lc_db"] = "newproject_db"; // db database
    $dbhash["cms_lc_data"] = "newproject_data"; // data database
    $dbhash["cms_lc_site"] = "cms_demo"; // Website Database Name
    $dbhash["cms_lc_authORdb"] = "newproject_db_auth"; // t_users

#3
lol yesterday i take this and it dont work now its work hahaha thanks xDD



Forum Jump:


Users browsing this thread: 1 Guest(s)