Skip to content

Commit

Permalink
MONDRIAN: correct installation notes for MySQL.
Browse files Browse the repository at this point in the history
Fix an oversight in @2915

[git-p4: depot-paths = "//open/mondrian/": change = 2977]
  • Loading branch information
Marc Berkowitz committed Dec 19, 2004
1 parent 4be0546 commit 0f006f0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions doc/install.html
Expand Up @@ -410,7 +410,7 @@ <h3><a name="4_4_MySQL">4.4. MySQL</a></h3>
<code>foodmart@localhost.localdomain</code>, because of a bug in the
system utility <code>hostname</code>)</p>

<p>Create the tables, load the data, run sanity checks, create indexes:</p>
<p>Create the tables and indexes, load the data, run sanity checks:</p>
<blockquote><pre>
mysql&gt; <b>source c:/mondrian/demo/mysql/foodmart.sql</b>
mysql&gt; <b>commit;</b>
Expand Down Expand Up @@ -450,11 +450,6 @@ <h3><a name="4_4_MySQL">4.4. MySQL</a></h3>
+------+-----------+
7 rows in set (0.06 sec)

mysql&gt; <b>source c:/mondrian/demo/FoodMartIndexes.sql</b>
Query OK, 10281 rows affected (0.63 sec)
Records: 10281 Duplicates: 0 Warnings: 0
...

mysql&gt; <b>select customer.gender as c0,
</b>-&gt; <b>sum(sales_fact_1997.unit_sales) as c1,
</b>-&gt; <b>sum(sales_fact_1997.store_sales) as c2
Expand Down

0 comments on commit 0f006f0

Please sign in to comment.