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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to