OK sorry I thought you would see this. In the config.php is it mention that
$hive_address = '127.0.0.1'; // IP address or hostname of HIVE MySQL server
$hive_user = 'dayz'; // Username for HIVE
$hive_pass = 'HIVEPasswordGoesHere'; // Password for HIVE
$hive_db = 'dayz'; // Name of HIVE database
$adminsdb_address = '127.0.0.1'; // IP address or hostname of MySQL server storing admin credentials database
$adminsdb_user = 'admin_mysql_user'; // Username for admin credentials DB
$adminsdb_pass = 'AdminDBPasswordGoesHere'; // Password for admin credentials DB
$adminsdb_db = 'hive_admins_db'; // Name of admin credentials database
Well there is no Admins_db and I was wondering if you can place in the git a SQF for creation of thus table.
OK sorry I thought you would see this. In the config.php is it mention that
$hive_address = '127.0.0.1'; // IP address or hostname of HIVE MySQL server $hive_user = 'dayz'; // Username for HIVE $hive_pass = 'HIVEPasswordGoesHere'; // Password for HIVE $hive_db = 'dayz'; // Name of HIVE database
$adminsdb_address = '127.0.0.1'; // IP address or hostname of MySQL server storing admin credentials database $adminsdb_user = 'admin_mysql_user'; // Username for admin credentials DB $adminsdb_pass = 'AdminDBPasswordGoesHere'; // Password for admin credentials DB $adminsdb_db = 'hive_admins_db'; // Name of admin credentials database
Well there is no Admins_db and I was wondering if you can place in the git a SQF for creation of thus table.