Author: shankar
Date: Tue May  5 09:35:13 2009
New Revision: 771640

URL: http://svn.apache.org/viewvc?rev=771640&view=rev
Log:
changing the database name. 

Modified:
    
incubator/stonehenge/trunk/stocktrader/php/resources/conf/database_config.xml
    
incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/mysql/DBCreate.sql

Modified: 
incubator/stonehenge/trunk/stocktrader/php/resources/conf/database_config.xml
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/conf/database_config.xml?rev=771640&r1=771639&r2=771640&view=diff
==============================================================================
--- 
incubator/stonehenge/trunk/stocktrader/php/resources/conf/database_config.xml 
(original)
+++ 
incubator/stonehenge/trunk/stocktrader/php/resources/conf/database_config.xml 
Tue May  5 09:35:13 2009
@@ -20,7 +20,7 @@
        <server>127.0.0.1,1433</server>
        <user>trade</user>
        <password>yyy</password>
-       <database>StockTraderDB</database>
+       <database>stocktraderdb</database>
        <type>mssql</type>
 </config>
 
@@ -28,8 +28,8 @@
 <config>
        <server>127.0.0.1,1433</server>
        <user>trade</user>
-       <password>trade</password>
-       <database>StockTraderDB</database>
+       <password>yyy</password>
+       <database>stocktraderdb</database>
        <type>mssql</type>
 </config>-->
 
@@ -37,7 +37,7 @@
 <config>
        <server>127.0.0.1:3306</server>
        <user>trade</user>
-       <password>trade</password>
-       <database>StockTraderDB</database>
+       <password>yyy</password>
+       <database>stocktraderdb</database>
        <type>mysql</type>
 </config>-->

Modified: 
incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/mysql/DBCreate.sql
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/mysql/DBCreate.sql?rev=771640&r1=771639&r2=771640&view=diff
==============================================================================
--- 
incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/mysql/DBCreate.sql
 (original)
+++ 
incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/mysql/DBCreate.sql
 Tue May  5 09:35:13 2009
@@ -15,6 +15,6 @@
  * limitations under the License.
  */
 grant all on *.* to 'trade'@'localhost' identified by 'yyy';
-create database StockTraderDB;
+create database stocktraderdb;
 
 


Reply via email to