Changes between Version 8 and Version 9 of WikiStart/BlueSpiderSurveyPositioning/SettingUpSqlDatabase
- Timestamp:
- 4/7/2018 2:40:09 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart/BlueSpiderSurveyPositioning/SettingUpSqlDatabase
v8 v9 23 23 https://downloads.mariadb.org/connector-c/ [[BR]] 24 24 25 '''Running the MariaDB Install Programs''' 26 TDB 25 27 26 28 Once you have run these installers all you have to do is configure Blue Spider to use the database and you will be ready to start recording data. 29 30 31 '''Configuring the database connection in Blue Spider''' 32 Edit BSPEngine.INI and add a section called SQL like this... 33 34 {{{ 35 [SQL] 36 Server = "localhost" 37 UserName = "root" 38 Password = password('B44E24FB01EF26CDEB500164402DC0E16D6A0A86B163E92D904D55214B59B9CD45292780DCA6A46ABE19EB95E6A3EBD5C908565A1838BB4915458431E8F50625C34B83245C8A0350') 39 }}} 40 41 You can put the password in plain text if you prefer but if you edit this section using the configuration tool then it will put the password in as an encrypted password as is shown above. 42 43 [[Image(config-tool-sql.png)]]