Update config.ini.php

Add double underscore to default prefix so phpMyAdmin shows tables as a group.
This commit is contained in:
Brian Huisman 2023-04-25 12:58:58 -04:00
parent 8d091c8195
commit 46f68d1335

View file

@ -5,7 +5,7 @@ $_DDATA['hostname'] = 'localhost';
$_DDATA['username'] = 'username';
$_DDATA['password'] = 'password';
$_DDATA['database'] = 'database';
$_DDATA['tbprefix'] = 'os_';
$_DDATA['tbprefix'] = 'os__';
// ***** Administration