summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-09-02 20:42:07 +0300
committerunknown <monty@hundin.mysql.fi>2001-09-02 20:42:07 +0300
commit76ec780f0e731b297a487333c6a297456b6cd0c1 (patch)
tree5347a76b780d3917bc986c866ced057e7783b9d6 /configure.in
parent1e97b27ee2b908a17c12962778b82237934a6b73 (diff)
downloadmariadb-git-76ec780f0e731b297a487333c6a297456b6cd0c1.tar.gz
Fix to not running mysqld as root by default
Docs/manual.texi: Small changes for INNER JOIN configure.in: Use 'mysql' as the default MySQL user myisam/mi_create.c: Test for right create information
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 79cd35b5678..121d54009f1 100644
--- a/configure.in
+++ b/configure.in
@@ -559,7 +559,7 @@ AC_ARG_WITH(mysqld-user,
[ --with-mysqld-user=username
What user the mysqld daemon shall be run as.],
[ MYSQLD_USER=$withval ],
- [ MYSQLD_USER=root ]
+ [ MYSQLD_USER=mysql ]
)
AC_SUBST(MYSQLD_USER)