Real life problems solved

Advert

Autostart MySQL on CentOS

Posted by on Sep 21, 2010 in CentOS, MySql | 0 comments

To start MySql Server automatically on a CentOS box simply issue the following command as root: chkconfig --levels 235 mysqld on You can...

Read More

Fatal error: Call to undefined function mysqli_connect()

Posted by on Sep 3, 2010 in Apache, MySql, PHP | 0 comments

Got this error when trying to use MySql in a PHP page on a Fedora install. What had happened is PHP wasn’t installed with MySql...

Read More

MySql Host is not allowed to connect to this MySQL server

Posted by on Sep 3, 2010 in Fedora, MySql | 0 comments

After a new install of MySql when trying to connect remotly I was getting the following error: Host ‘xxx.xxx.xxx.xxx’ is not...

Read More

Install Apache, MySql and PHP on Rackspace Cloud Fedora Server

Posted by on Sep 3, 2010 in Apache, Fedora, MySql, PHP, Rackspace Cloud | 1 comment

To install a suite of Apache, MySql and PHP on a new instance of Fedora 13 on Rackspace cloud perform the following steps: 1. Using PuTTY...

Read More

PHP Format DateTime for MySql

Posted by on Jul 19, 2010 in Date & Time, MySql, PHP | 0 comments

Was adding a date from a service to MySql using PHP and needed something to convert the PHP string into something MySql could use for a...

Read More
Adsense