Skip to content

Commit

Permalink
Update mysql script
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkasun committed Oct 24, 2014
1 parent 1b751ee commit 7379ca5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf/setup_dashboard/mysql-config/geo_db_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ usage() {
echo " -p <password> User password to access database server."
echo " -h <host> Data Base Server address (default: localhost)."
echo " -r <port> Data Base Server Port (default: 3306)"
echo " -n <dbname> Data Base Name for the geonames.org data (default: wso2_geo)"
echo " -n <dbname> Data Base Name for the wso2 Geo-Dashboard data (default: wso2_geo)"
echo "================================================================================================"
exit -1
}
Expand Down Expand Up @@ -70,7 +70,7 @@ mysql -h $dbhost -P $dbport -u $dbusername -p$dbpassword -Bse "USE $dbname;"
mysql -h $dbhost -P $dbport -u $dbusername -p$dbpassword $dbname < $dir/geo_dashboard_db_struct.sql


if [ $? == 0 ]; then
if [ $? == 0 ]; then
echo "[OK]"
else
echo "[FAILED]"
Expand Down
Binary file modified conf/setup_dashboard/mysql-config/mysql-config.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion index.jag
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@


<div class="wizard-card" data-cardname="CEP Ext's">
<h3>CEP Ext's</h3>
<h3>CEP Extensions</h3>
<div style="word-wrap: break-word">
<p>
<a href="https://github.com/wso2-gpl/siddhi/tree/master/siddhi-extensions/geo">Get (Clone)</a> a copy of siddhi geo extensions from github and build the necessary extensions and put <i>.jar(s)</i>> into
Expand Down

0 comments on commit 7379ca5

Please sign in to comment.