Displaying 3 results from an estimated 3 matches for "mysql_server".
2007 Jun 08
3
CentOS and Wordpress
...lt server install is to
install awstats from the rpmforge repositories.
This week, I tried to install Wordpress, and have run into a brick
wall that several days of experimentation and deep consultation with
Google have been unable to get me over.
Here's the situation: I installed the mysql, mysql_server, and php
packages, unpacked the Wordpress tarball into a "blog" directory, and
make the necessary changes to wp-config.php. The MySQL database works
just fine, and when I visit the blog directory, index.php runs and
informs me that I need to surf over to install.php to complete the
WordP...
2014 Jul 23
1
exim-mysql without MySQL support from epel
# head -1 /etc/centos-release
CentOS release 6.5 (Final)
Anyone using exim with MySQL support from epel without compiling direct
from sources?
I installed both packages below from epel:
Installing:
exim
x86_64
4.72-5.el6
epel 1.2 M
exim-mysql
x86_64
4.72-5.el6
epel 24 k
# rpm -qa | grep exim
exim-mysql-4.72-5.el6.x86_64
2012 Feb 06
3
Passing class parameters to hiera
I am using puppet 2.6.11 and want to pass parameter for implementing
sudo for mulitple users. So here is my simple code, which I would like
to pass to hiera to specify user name lookup. Appreciate any help,
thanks in advance.
class sudo( $name) {
#Class:: sudo
#
#
package { "sudo": ensure => present, }
file { "/etc/sudoers":
owner => root,
group => root,