Author: fapeeler
Date: Fri Aug 3 18:11:57 2012
New Revision: 1369134
URL: http://svn.apache.org/viewvc?rev=1369134&view=rev
Log:
CMS commit to vcl by fapeeler
Modified:
vcl/site/trunk/content/docs/VCL23Installation.mdtext
Modified: vcl/site/trunk/content/docs/VCL23Installation.mdtext
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL23Installation.mdtext?rev=1369134&r1=1369133&r2=1369134&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL23Installation.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL23Installation.mdtext Fri Aug 3 18:11:57
2012
@@ -56,17 +56,17 @@ VCL currently supports the use of mysql
* Create a database:
- :::BashLexer
+ ::: MySqlLexer
CREATE DATABASE vcl;
* Create a user with SELECT, INSERT, UPDATE, DELETE, and CREATE TEMPORARY
TABLES privileges on the database you just created:
- :::BashLexer
+ ::: MySqlLexer
GRANT SELECT,INSERT,UPDATE,DELETE,CREATE TEMPORARY TABLES ON vcl.*
TO '**vcluser**'@'localhost' IDENTIFIED BY '**vcluserpassword**';
* Exit the MySQL command-line client
- :::BashLexer
+ ::: MySqlLexer
exit
* Import the vcl.sql file into the database. The **vcl.sql** file is
included in the **mysql** directory within the Apache VCL source code