这篇文章说说织梦CMS数据库连接文件

文件位置 在根目录下 data\common.inc.php

文件值:

$cfg_dbhost = 'localhost';
$cfg_dbname = 'xxxxxxx';
$cfg_dbuser = 'xxxxxxx';
$cfg_dbpwd = 'xxxxxxx';
$cfg_dbprefix = 'dede_';
$cfg_db_language = 'utf8';

 cfg_dbprefix是数据库表名字的前缀,也可以不加。

相关文章:

  • 2021-09-18
  • 2021-10-14
  • 2022-02-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
  • 2021-11-23
猜你喜欢
  • 2021-06-07
  • 2021-11-18
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2022-03-07
  • 2021-12-18
相关资源
相似解决方案