diff options
Diffstat (limited to 'Documentation/documentation.lyx')
-rw-r--r-- | Documentation/documentation.lyx | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/Documentation/documentation.lyx b/Documentation/documentation.lyx index dfbf353..eeb6af5 100644 --- a/Documentation/documentation.lyx +++ b/Documentation/documentation.lyx | |||
@@ -1061,10 +1061,24 @@ mysql> create database apachelogs; | |||
1061 | \end_inset | 1061 | \end_inset |
1062 | 1062 | ||
1063 | If you want to hand-create the tables, run the enclosed 'create-tables' | 1063 | If you want to hand-create the tables, run the enclosed 'create-tables' |
1064 | SQL script as follows: | 1064 | SQL script as follows ( |
1065 | \begin_inset Quotes eld | ||
1066 | \end_inset | ||
1067 | |||
1068 | create_tables.sql | ||
1069 | \begin_inset Quotes erd | ||
1070 | \end_inset | ||
1071 | |||
1072 | needs to be in your current working directory). | ||
1065 | \begin_deeper | 1073 | \begin_deeper |
1066 | \layout LyX-Code | 1074 | \layout LyX-Code |
1067 | 1075 | ||
1076 | mysql> use apachelogs | ||
1077 | \layout LyX-Code | ||
1078 | |||
1079 | Database changed | ||
1080 | \layout LyX-Code | ||
1081 | |||
1068 | mysql> source create_tables.sql | 1082 | mysql> source create_tables.sql |
1069 | \end_deeper | 1083 | \end_deeper |
1070 | \layout Enumerate | 1084 | \layout Enumerate |
@@ -1081,9 +1095,7 @@ Create a specific MySQL userid that httpd will use to authenticate and enter | |||
1081 | \layout LyX-Code | 1095 | \layout LyX-Code |
1082 | 1096 | ||
1083 | mysql> grant insert,create on apachelogs.* to loguser@my.apachemachine.com | 1097 | mysql> grant insert,create on apachelogs.* to loguser@my.apachemachine.com |
1084 | \layout LyX-Code | 1098 | identified by 'l0gger'; |
1085 | |||
1086 | identified by 'l0gger'; | ||
1087 | \end_deeper | 1099 | \end_deeper |
1088 | \layout Enumerate | 1100 | \layout Enumerate |
1089 | 1101 | ||