2017-05-27 59 views
0

你好我正在使用Joomla cms和$ db用戶名& $ db pass在配置文件中缺失。

public $db = 'hello'; 
public $dbprefix = 'qt1r6_'; 
public $dbtype = 'mysqli'; 

只有上面的東西在配置文件中列出,但是如何連接到數據庫,而$ DB用戶名& $ DB通

回答

0

加入這3個:

public $user = 'Your_DB_User'; 
public $password = 'Your_DB_User_Pass'; 
public $host = 'localhost'; // or your DB host name