Using a database backend (SQLServer, Oracle or MySQL)
Big Brother version 4.20 is the first BBPE release to support archiving data into a database. The BB server database component uses ODBC and support Oracle, MySQL and SQLServer. If you have ODBC installed and setup, you can use the following procedures to archive BB data into a supported DB.MySQL (UNIX/Linux/Windows):
| 1. Connect to your MySQL database as root: | |
|
(The -p will prompt you for the root password.) | |
| 2. As root, create the 'bb' user: | |
|
| |
| 3. Create the database for Big Brother: | |
|
| |
| 4. Login to MySQL as the 'bb' user and connect to the bigbro database: | |
|
| |
| 5. Create the BB objects: | |
|
| |
After setting up the database environment for Big Brother, configure your BBServer to use the MySQL database:
| 6. Enable the database in the RUNOPTS variable (etc/bbdef-server.sh): | |
|
| |
| 7. Edit the bbdb.cfg file. | |
|
| |
| 8. Restart the BBServer. | |
Top
SQLServer (Windows):
Top
