I have installed mysql 4.02 on redhat linux.
I have created a user called mysql to administer the mysql installation.
I can run mysqld_safe as the mysql user without any problems, however, when I try to run it as the root user with --user=mysql the process does not start and the following error message appears in the error log.
040706 17:03:06 mysqld started
Fatal error: Can't change to run as user 'mysql' ; Please check that the user exists!
040706 17:03:06 Aborting
The user does exist, does anyone have any ideas what I am doing wrong?
I have created a user called mysql to administer the mysql installation.
I can run mysqld_safe as the mysql user without any problems, however, when I try to run it as the root user with --user=mysql the process does not start and the following error message appears in the error log.
040706 17:03:06 mysqld started
Fatal error: Can't change to run as user 'mysql' ; Please check that the user exists!
040706 17:03:06 Aborting
The user does exist, does anyone have any ideas what I am doing wrong?