ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/mysql-deployment.spec
(Generate patch)

Comparing COMP/CMSDIST/mysql-deployment.spec (file contents):
Revision 1.2 by valya, Wed Jan 16 19:23:40 2008 UTC vs.
Revision 1.3 by valya, Tue Jan 29 18:19:56 2008 UTC

# Line 37 | Line 37 | else
37  
38      echo "+++ Start up CMS MySQL daemon on port ${MYSQL_PORT} ..."
39      $MYSQL_ROOT/bin/mysqld_safe --datadir=$MYSQL_PATH --port=$MYSQL_PORT \
40 <    --socket=$MYSQL_SOCK --log-error=$MYSQL_ERR --skip-networking --pid-file=$MYSQL_PID &
40 >    --socket=$MYSQL_SOCK --log-error=$MYSQL_ERR --pid-file=$MYSQL_PID &
41 >    #--socket=$MYSQL_SOCK --log-error=$MYSQL_ERR --skip-networking --pid-file=$MYSQL_PID &
42      sleep 10
43      
44      # create CMS MySQL root account
45      echo "+++ Creating MySQL default root account ..."
46      $MYSQL_ROOT/bin/mysqladmin --port=$MYSQL_PORT --socket=$MYSQL_SOCK -u root password "cms"
47 < #    $MYSQL_ROOT/bin/mysqladmin --port=$MYSQL_PORT --socket=$MYSQL_SOCK -u root -h `hostname` password "cms"
47 >    $MYSQL_ROOT/bin/mysqladmin --port=$MYSQL_PORT --socket=$MYSQL_SOCK -u root -h `hostname` password "cms"
48  
49      # create CMS MySQL DBS account
50      echo "+++ Creating MySQL default dbs account ..."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines