Blog

End of Summer sale starts now

Before Dawn Solutions is celebrating the end of Summer with a sale of epic proportions.  All of our apps are 75% off until September 3, 2012.  So that means:

Enjoy!

 

28 Votes

0 Comments

 

Installing MySQL on CentOS 5

I have doing some installs of CentOS 5, and I have come across a couple of problems, 

 1) it seems that the Mysql install is either incomplete or doesn't work so it was necessary to get the latest version using yum. 

yum install php-mysql mysql mysql-server

/sbin/chkconfig --levels 235 mysqld on

/etc/init.d/mysqld start

 

and 2) The php build while it is a recent one does not include the php-mysql drivers.  So the 'php-mysql' will install the mysql drivers. 

Hope this helps somebody because it took me a little while to find it.

 

115 Votes

0 Comments