How To Fix: InnoDB Enabled But Not Starting
This is for CentOS, but it should work on Debian/Ubuntu as well. There are two reasons why InnoDB would not start: It’s not enabled in my.cnf The log files are READ MORE
How to Disable InnoDB On MySQL 5.5 and MariaDB
InnoDB is a MySQL storage engine. As of MySQL 5.5, InnoDB became the default storage engine instead of MyISAM. Disabling InnoDB can be helpful, especially on low end boxes READ MORE
phpBB API – Accessing Database and Performing Sql Queries
In my two previous posts, phpBB API – Logging In And Logging Out a User and phpBB API – Auto Login a User Without a Password, I used phpBB API READ MORE
Automatically Backup GoDaddy Files and Databases
What is GoDaddy? Go Daddy is an internet domain registrar and a web hosting company. The web hosting varies between shared hosting, Virtual Private Server (VPS) and dedicated servers. READ MORE
Speeding up MySQL database with query_cache and improving the performance
Is your MySQL database getting slower? Your server overloading? You might need to optimize your MySQL database server by enabling query caching which will increase the performance and increase the READ MORE