diff options
author | Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> | 2013-07-15 13:41:27 +0200 |
---|---|---|
committer | Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> | 2013-07-15 13:41:27 +0200 |
commit | 0956325f3dd2e6dae75164d5062ef8b45d5e2c87 (patch) | |
tree | fefe65ba64557a97b8ffe694ccd274d5da9e8e7b /packaging | |
parent | dc8d01654b7c36f343c4902ba51c3e1fef884356 (diff) | |
download | mariadb-git-0956325f3dd2e6dae75164d5062ef8b45d5e2c87.tar.gz |
Removed random passwords feature for Bugfix#17160741 (not applicable for 5.5.X)
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/solaris/postinstall-solaris.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/solaris/postinstall-solaris.sh b/packaging/solaris/postinstall-solaris.sh index 027969fcf0e..b024d94f158 100644 --- a/packaging/solaris/postinstall-solaris.sh +++ b/packaging/solaris/postinstall-solaris.sh @@ -81,7 +81,6 @@ if [ -n "$INSTALL" ] ; then cd "$mybasedir" scripts/mysql_install_db \ --rpm \ - --random-passwords \ --user=mysql \ --basedir="$mybasedir" \ --datadir=$mydatadir |