| 6 | |
| 7 | === Location for Setup === |
| 8 | |
| 9 | All the configuration on this page takes place on the '''boss''' node. Boss hosts the MySQL database that the testbed uses. You should be able to connect to the database simply by logging into boss and doing: |
| 10 | |
| 11 | {{{ |
| 12 | [deterbuild@boss ~]$ mysql tbdb |
| 13 | Reading table information for completion of table and column names |
| 14 | You can turn off this feature to get a quicker startup with -A |
| 15 | |
| 16 | Welcome to the MySQL monitor. Commands end with ; or \g. |
| 17 | Your MySQL connection id is 58266 |
| 18 | Server version: 5.5.29-log Source distribution |
| 19 | |
| 20 | Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. |
| 21 | |
| 22 | Oracle is a registered trademark of Oracle Corporation and/or its |
| 23 | affiliates. Other names may be trademarks of their respective |
| 24 | owners. |
| 25 | |
| 26 | Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. |
| 27 | |
| 28 | mysql> |
| 29 | }}} |