![]() |
|
CMS 3.8.1 Error connecting - Printable Version +- LCKB (https://lckb.dev/forum) +-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109) +--- Forum: Website Scripting & Security (https://lckb.dev/forum/forumdisplay.php?fid=197) +---- Forum: Webmasters Help & Talk (https://lckb.dev/forum/forumdisplay.php?fid=142) +----- Forum: Help & Requests (https://lckb.dev/forum/forumdisplay.php?fid=116) +----- Thread: CMS 3.8.1 Error connecting (/showthread.php?tid=4137) |
- _Acolypse_ - 04-01-2015 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... - macacoloco - 04-01-2015 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 - _Acolypse_ - 04-01-2015 lol yesterday i take this and it dont work now its work hahaha thanks xDD |