你好我正在使用Joomla cms和$ db username&配置文件中缺少$ db pass。
public $db = 'hello';
public $dbprefix = 'qt1r6_';
public $dbtype = 'mysqli';
配置文件中仅列出了上述内容,但如果没有 $ db username& $ db传递?
答案 0 :(得分:0)
添加以下3:
public $user = 'Your_DB_User';
public $password = 'Your_DB_User_Pass';
public $host = 'localhost'; // or your DB host name