mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: Default to only using mysqli (#4915)
* refactor: Default to only using mysqli * Remove includes/dbFacile.mysql.php * updated mres() function to remove $config global
This commit is contained in:
committed by
Tony Murray
parent
55f0d441e6
commit
cc01969b06
@@ -7,7 +7,6 @@ $config['db_host'] = 'localhost';
|
||||
$config['db_user'] = 'USERNAME';
|
||||
$config['db_pass'] = 'PASSWORD';
|
||||
$config['db_name'] = 'librenms';
|
||||
$config['db']['extension'] = 'mysqli';// mysql or mysqli
|
||||
|
||||
// This is the user LibreNMS will run as
|
||||
//Please ensure this user is created and has the correct permissions to your install
|
||||
|
Reference in New Issue
Block a user