Posts: 15
Threads: 6
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2014
Reputation:
0
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...
Posts: 147
Threads: 19
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Oct 2013
Reputation:
0
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
Posts: 15
Threads: 6
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2014
Reputation:
0
lol yesterday i take this and it dont work now its work hahaha thanks xDD