Changes between Version 6 and Version 7 of Installation/DatabaseSetup


Ignore:
Timestamp:
Feb 20, 2013 1:13:23 PM (11 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/DatabaseSetup

    v6 v7  
    44
    55== Setting up your Switch ==
     6
     7=== Location for Setup ===
     8
     9All 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
     13Reading table information for completion of table and column names
     14You can turn off this feature to get a quicker startup with -A
     15
     16Welcome to the MySQL monitor.  Commands end with ; or \g.
     17Your MySQL connection id is 58266
     18Server version: 5.5.29-log Source distribution
     19
     20Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     21
     22Oracle is a registered trademark of Oracle Corporation and/or its
     23affiliates. Other names may be trademarks of their respective
     24owners.
     25
     26Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
     27
     28mysql>
     29}}}
    630
    731=== Creating switch node and interface types ===