You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2016/03/04 16:51:33 UTC

airavata-docs git commit: Fixed an error in one of the MYSQL commands

Repository: airavata-docs
Updated Branches:
  refs/heads/master 8816c109c -> 73599cdba


Fixed an error in one of the MYSQL commands


Project: http://git-wip-us.apache.org/repos/asf/airavata-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-docs/commit/73599cdb
Tree: http://git-wip-us.apache.org/repos/asf/airavata-docs/tree/73599cdb
Diff: http://git-wip-us.apache.org/repos/asf/airavata-docs/diff/73599cdb

Branch: refs/heads/master
Commit: 73599cdba6bed7c86b37a3a5fe35fa97288dea32
Parents: 8816c10
Author: Eroma Abeysinghe <er...@gmail.com>
Authored: Fri Mar 4 10:51:30 2016 -0500
Committer: Eroma Abeysinghe <er...@gmail.com>
Committed: Fri Mar 4 10:51:30 2016 -0500

----------------------------------------------------------------------
 Airavata-Installation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/73599cdb/Airavata-Installation.md
----------------------------------------------------------------------
diff --git a/Airavata-Installation.md b/Airavata-Installation.md
index c9ca074..abb07ce 100644
--- a/Airavata-Installation.md
+++ b/Airavata-Installation.md
@@ -46,8 +46,8 @@ When executing above it will ask you for root password; provide it.
 <pre><code>create database credential_store;</code></pre>
 <pre><code>create database workflow_catalog;</code></pre>
 11. Grant permission to these databases for Airavata<br>
-Command syntax: <pre><code>grant all privileges on 'DB-Name'.<p>&#x204E; to 'username'@'%' identified by 'password’;</code></pre>
-E.g.: <pre><code>grant all privileges on app_catalog.<p>&#x204E; to 'airavata'@'%' identified by 'airavata’;</code></pre>
+Command syntax: <pre><code>grant all privileges on 'DB-Name'.<p>&#x204E; to 'username'@'%' identified by 'password';</code></pre>
+E.g.: <pre><code>grant all privileges on app_catalog.<p>&#x204E; to 'airavata'@'%' identified by 'airavata';</code></pre>
 NOTE: Grant permission to every databased created above. % can be replaced by  'localhost' (if DB is also in the same server as airavata). If DB is in a different server give the server name.
 <br>