[Mapbender-commits] r1075 - trunk/mapbender

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jan 26 12:47:34 EST 2007


Author: astrid_emde
Date: 2007-01-26 12:47:33 -0500 (Fri, 26 Jan 2007)
New Revision: 1075

Modified:
   trunk/mapbender/Install.txt
Log:


Modified: trunk/mapbender/Install.txt
===================================================================
--- trunk/mapbender/Install.txt	2007-01-26 17:43:43 UTC (rev 1074)
+++ trunk/mapbender/Install.txt	2007-01-26 17:47:33 UTC (rev 1075)
@@ -20,6 +20,7 @@
 -- To Show the possible character sets:
 SHOW CHARACTER SET; 
 SHOW COLLATION;
+SHOW databases;
 
 
 -- database with utf8 encoding
@@ -29,6 +30,7 @@
 -- database with ISO-8859-1 encoding 
 create database mapbender CHARACTER SET latin1 COLLATE latin1_german1_ci ;
 
+
 -- select the database mapbender
 use mapbender
 
@@ -42,6 +44,7 @@
 --If you want to run Mapbender with MySQL load the following files:
 1. mysql_schema.sql 	(creates tables, keys, constraints)
 2. mysql_data.sql	(loads data)
+
 -- run the scripts as follow:
 source mysql_schema.sql 
 source mysql_data.sql (make sure, that you use the right sql for the right encoding)



More information about the Mapbender_commits mailing list