Changeset 6523


Ignore:
Timestamp:
2004-01-16T11:16:44+13:00 (20 years ago)
Author:
kjdon
Message:

added -u root to the shutdown mysql command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/gs3-launch.sh

    r6470 r6523  
    7979    echo ""
    8080    pushd $GSDL3HOME/packages/mysql
    81     ./bin/mysqladmin shutdown
     81    ./bin/mysqladmin -u root shutdown
    8282    popd
    8383    echo "Done."
Note: See TracChangeset for help on using the changeset viewer.