[Klug-general] LAMP start up problem
Dan Attwood
danattwood at gmail.com
Mon Jul 23 11:40:18 UTC 2012
check you've got the mysql extension loaded.
go back you to your first script (the phpinfo() one) and then do a
search for 'mysql'
if you find a block of information about it then it's installed. If
not there you'll need to install and enable the extension. On ubuntu
this is something like 'sudo apt-get install php5-mysql' but will vary
from distro to distro. you'll then need to restart apache to get the
extension loaded.
More information about the Kent
mailing list