Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
82847177
Commit
82847177
authored
Jan 27, 2015
by
Tomek Mrugalski
🛰
Browse files
[master] Paths to MySQL/PGSQL scripts corrected.
parent
4a31cb80
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/admin.xml
View file @
82847177
...
@@ -215,7 +215,7 @@ mysql> <userinput>GRANT ALL ON <replaceable>database-name</replaceable>.* TO '<r
...
@@ -215,7 +215,7 @@ mysql> <userinput>GRANT ALL ON <replaceable>database-name</replaceable>.* TO '<r
as explained below.) To do this:
as explained below.) To do this:
<screen>
<screen>
mysql>
<userinput>
CONNECT
<replaceable>
database-name
</replaceable>
;
</userinput>
mysql>
<userinput>
CONNECT
<replaceable>
database-name
</replaceable>
;
</userinput>
mysql>
<userinput>
SOURCE
<replaceable>
path-to-kea
</replaceable>
/share/kea/dhcpdb_create.mysql
</userinput>
mysql>
<userinput>
SOURCE
<replaceable>
path-to-kea
</replaceable>
/share/kea/
scripts/mysql/
dhcpdb_create.mysql
</userinput>
</screen>
</screen>
(
<replaceable>
path-to-kea
</replaceable>
is the
(
<replaceable>
path-to-kea
</replaceable>
is the
location where you installed Kea.)
location where you installed Kea.)
...
@@ -363,7 +363,7 @@ $
...
@@ -363,7 +363,7 @@ $
command completes you will be returned to the shell
command completes you will be returned to the shell
prompt. You should see output similar to following:
prompt. You should see output similar to following:
<screen>
<screen>
$
<userinput>
psql -d
<replaceable>
database-name
</replaceable>
-U
<replaceable>
user-name
</replaceable>
-f
<replaceable>
path-to-kea
</replaceable>
/share/kea/dhcpdb_create.pgsql
</userinput>
$
<userinput>
psql -d
<replaceable>
database-name
</replaceable>
-U
<replaceable>
user-name
</replaceable>
-f
<replaceable>
path-to-kea
</replaceable>
/share/kea/
scripts/pgsql/
dhcpdb_create.pgsql
</userinput>
Password for user
<replaceable>
user-name
</replaceable>
:
Password for user
<replaceable>
user-name
</replaceable>
:
CREATE TABLE
CREATE TABLE
CREATE INDEX
CREATE INDEX
...
...
Write
Preview
Markdown
is supported
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