You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-dev@incubator.apache.org by "Shanti Subramanyam (JIRA)" <ji...@apache.org> on 2009/03/11 21:54:50 UTC

[jira] Closed: (OLIO-63) db name in dbloader.sh needs to be up to date.

     [ https://issues.apache.org/jira/browse/OLIO-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shanti Subramanyam closed OLIO-63.
----------------------------------


> db name in dbloader.sh needs to be up to date.
> ----------------------------------------------
>
>                 Key: OLIO-63
>                 URL: https://issues.apache.org/jira/browse/OLIO-63
>             Project: Olio
>          Issue Type: Bug
>          Components: rails-loader
>         Environment: all
>            Reporter: Prashant Srinivasan
>            Assignee: Shanti Subramanyam
>            Priority: Minor
>
> The db name in dbloader.sh needs to be in sync with latest naming - ie., "olio"
> --- dbloader.sh.orig    Tue Mar  3 17:03:06 2009
> +++ dbloader.sh.olio    Tue Mar  3 17:40:29 2009
> @@ -34,7 +34,7 @@
>  export CLASSPATH
>  
>  $JAVA_HOME/bin/java -server org.apache.olio.workload.loader.LoadController com.mysql.jdbc.Driver \
> -"jdbc:mysql://$DB_HOST/web20ror?user=web20&password=web20&relaxAutoCommit=true&sessionVariables=FOREIGN_KEY_CHECKS=0" $SCALE
> +"jdbc:mysql://$DB_HOST/olio?user=web20&password=web20&relaxAutoCommit=true&sessionVariables=FOREIGN_KEY_CHECKS=0" $SCALE
>  EXIT_CODE=$?
>  if [ "$EXIT_CODE" = 0 ] ; then
>      echo "Database Load Successful"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.