You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2007/04/27 07:50:21 UTC

svn commit: r532972 - /webservices/sandesha/trunk/c/config/create_user.sh

Author: damitha
Date: Thu Apr 26 22:50:20 2007
New Revision: 532972

URL: http://svn.apache.org/viewvc?view=rev&rev=532972
Log:
added script to create mysql users

Added:
    webservices/sandesha/trunk/c/config/create_user.sh

Added: webservices/sandesha/trunk/c/config/create_user.sh
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/config/create_user.sh?view=auto&rev=532972
==============================================================================
--- webservices/sandesha/trunk/c/config/create_user.sh (added)
+++ webservices/sandesha/trunk/c/config/create_user.sh Thu Apr 26 22:50:20 2007
@@ -0,0 +1,2 @@
+grant all privileges on *.* TO 'g'@'localhost' identified by 'g' with grant option;
+grant all privileges on *.* TO 'g'@'%' identified by 'g' with grant option;



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org