Autostart MySQL on CentOS
To start MySql Server automatically on a CentOS box simply issue the following command as root: chkconfig --levels 235 mysqld on You can...
Read MoreFatal error: Call to undefined function mysqli_connect()
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 MoreMySql Host is not allowed to connect to this MySQL server
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 MoreInstall Apache, MySql and PHP on Rackspace Cloud Fedora Server
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 MorePHP Format DateTime for MySql
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