Installing mediawiki today. It's been a while. I didn't expect SELinux can cause such a problem.
Because my database isn't locate locally, SELinux won't allow me to connect to MySQL on another server. Usually, I disable SELinux via /etc/selinux/config but I'll have to reboot it. Just found out that you can do this on the fly.
setenforce 0 (to disable SELinux)
setenforce 1 (to enableSELinux )
Well, that solved my problem with wiki.
No comments:
Post a Comment