[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/office/kraft/database
From:       Klaas Freitag <freitag () suse ! de>
Date:       2006-09-06 8:53:04
Message-ID: 1157532784.661785.13639.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 581366 by freitag:

switched db name to kraft

 M  +3 -3      README  
 M  +3 -3      create_schema.sql  


--- trunk/playground/office/kraft/database/README #581365:581366
@@ -26,14 +26,14 @@
 cd database
 mysql -u user -p < create_schema.sql
 
-this creates the database tables in database kange. 
+this creates the database tables in database kraft. 
 
-ATTENTION: The command above deletes the database kange
+ATTENTION: The command above deletes the database kraft
 if it already exists. THERE IS NO BACKUP DONE YET!!
 
 Fill the database with initial content:
 
-mysql -u user -p kange < fill_schema_de.sql
+mysql -u user -p kraft < fill_schema_de.sql
 
 this fills the database with some basic settings for
 language german. Other fill_schema scripts for other
--- trunk/playground/office/kraft/database/create_schema.sql #581365:581366
@@ -1,7 +1,7 @@
-DROP DATABASE IF EXISTS kange; 
-CREATE DATABASE kange DEFAULT CHARACTER SET "utf8";
+DROP DATABASE IF EXISTS kraft; 
+CREATE DATABASE kraft DEFAULT CHARACTER SET "utf8";
 
-use kange;
+use kraft;
 
 
 CREATE TABLE preisArten (
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic