You should be able to get php-mysql from the same place that you got the php 5.3.6 RPMs that you have installed now. These are not CentOS supplied so trying to install the CentOS php-mysql or php53... [by TrevorH]
I'm having trouble with a CentOS server running on AWS. This is CentOS 5.6 i386 from RightImage, but the problem was the same on all RightScale AMIs.
When issuing the following command:
yum install mysql mysql-server mysql-devel
the only packages proposed by yum are MySQL-devel-community and MySQL-server-community.
Installing PowerDNS With MySQL On CentOS
PowerDNS is a MySQL-based DNS server, written in C++ and licensed
under the GPL. PowerDNS can be managed through a web interface
(PowerAdmin). This guide shows how to install it on CentOS.
Hi all,
I installed centos 5, with LAMP.
httpd is working fine, ssh, ftp all working ok.
But, when I try to use mysql its not,
when I give the command
Code:
mysql
I get
Code:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
I am using godaddy's dedicate server to host my web application, it's centOS 5(I have no idea why they are still using this.), I installed mysql in that server, everything was running OK since one day I got an report saying that the web application cannot connect to mysql, I checked and found out that mysql crashed, after restarting mysql, everything worked again.
I'm attempting to install PHP 5.4.11 and MySQL 5.6.10 onto a CentOS 6.3 box.
I've successfully installed PHP 5.4.11 via the remi repository for yum.
First, I'm afraid that what you have there is not CentOS of any description but rather some form of openvz pretending to be CentOS 6.Can you post the actual error messages that you... [by TrevorH]
I am installing MySQL, Apache, and PHP on a new Centos 6.4 server.
For MySQL, you have three choices. Using "yum install mysql" along with Centos's repository is the simplest, but installs a very old version. Or you can go with "official" documentation at MySQL.com, but it has a few gotchas.
Installing Lighttpd With PHP5 And MySQL On CentOS 5.2
Lighttpd is a webserver designed to be secure, fast,
standards-compliant, and flexible while being optimized for
speed-critical environments. This post shows how to install it with PHP5
and MySQL support on Centos 5.2.