X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fcis-mysql;h=08d9f884da601a56aad5283f8a54f63d98555fc6;hb=fb687a8c2dc6ac58f8be02dda9b3f04cc9d10f28;hp=799f74b957045fa45cefd22e166ef484ede6d466;hpb=425bbc4fed1d0106b78befe474328fb9f5a15334;p=hvlinux.git diff --git a/stage3/cis-mysql b/stage3/cis-mysql index 799f74b..08d9f88 100755 --- a/stage3/cis-mysql +++ b/stage3/cis-mysql @@ -11,7 +11,7 @@ source ../packages-list # Applying patches (if any) apply_patches ${1} -hv_groupadd mysql +groupadd -f mysql hv_useradd -c mysql -d /dev/null -g mysql -s /bin/false mysql cd ${LFS_TMP}/${1} @@ -29,6 +29,7 @@ cd ${LFS_TMP}/${1} --with-plugins=innobase,myisam \ --with-extra-charsets=all \ --with-ssl +make make benchdir_root=/tmp/mysql-bench install rm -rf /tmp/mysql cd /usr/lib