Results 11 to 13 of 13
for disabling selinux u need a root access ...
get into /ete/selinux
locate selinux configuration file ...it might be forcing or enforcing mode
change to disable ..try starting mysql...
- 10-31-2008 #11Linux Newbie
- Join Date
- Apr 2008
- Location
- India
- Posts
- 170
for disabling selinux u need a root access ...
get into /ete/selinux
locate selinux configuration file ...it might be forcing or enforcing mode
change to disable ..try starting mysqlRegards
David.s
davidanands.co.cc
-->Success is the list of failures ...!!!
- 10-31-2008 #12Just Joined!
- Join Date
- Oct 2008
- Posts
- 18
[root@host ~]# restorecon -v 'mysql'
restorecon: stat error on mysql: No such file or directory
- 10-31-2008 #13Linux Newbie
- Join Date
- Apr 2008
- Location
- India
- Posts
- 170
use the following commands
vi /etc/selinux/config
change the line as i have highlighted ..k and try starting the mysql
and let me know the status.
This is the configfile
**********************************************
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=disabled( --->change as shown )
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targetedRegards
David.s
davidanands.co.cc
-->Success is the list of failures ...!!!


Reply With Quote