Tag Archives: php

SQL Error: 2006: MySQL server has gone away

So you got an error “SQL Error: 2006: MySQL server has gone away”. Like me if you were wondering where the heck did MySql go away. It was there when the script started. Ok, I am gonna tell you that … Continue reading

Posted in mysql, php | Tagged , , | 2 Comments

Unable to load dynamic library php_mysql.dll

While trying to setup Apache, PHP and MySql on your development machine or server, you may face several hurdles and one of them would be unable to load the mysql library. On my windows development machine, I got a problem … Continue reading

Posted in php, setup, windows | Tagged , , , | Leave a comment

PHP Startup: Unable to load dynamic library php_openssl.dll

You might get the error: “PHP Startup: Unable to load dynamic library php_openssl.dll. The operating system cannot run %1“, when you are trying to start the apache server in the error.log file. Basically what this error is trying to mention … Continue reading

Posted in php, windows | Tagged , , | Leave a comment