smithb895 / AWG_Hive_Admin

A web-based interface for interacting with the DayZ Hive.
1 stars 0 forks source link

Need the SQL table creation script #5

Closed Falcon911 closed 11 years ago

Falcon911 commented 11 years ago

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.

smithb895 commented 11 years ago

Thanks for bringing it to my attention. Some of the default config info doesn't match what I put in the SQL setup script, I will fix this.