Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
f48f6a30
Commit
f48f6a30
authored
May 06, 2002
by
Leigh B. Stoller
Browse files
Change initial port number from 5000 to 11000.
parent
8edf5f89
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
f48f6a30
...
...
@@ -431,7 +431,7 @@ CREATE TABLE node_types (
CREATE
TABLE
nodeipportnum
(
node_id
varchar
(
10
)
NOT
NULL
default
''
,
port
smallint
(
5
)
unsigned
NOT
NULL
default
'
5
000'
,
port
smallint
(
5
)
unsigned
NOT
NULL
default
'
11
000'
,
PRIMARY
KEY
(
node_id
)
)
TYPE
=
MyISAM
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment