All your code are belong to us
  • Home
Sign in Subscribe
MySQL

MySQL PHP PDO error in xampp

Wojtek

25 Jun 2009
Share

If your PDO scripts are crashing Apache after installing xampp 1.7 for windows all you need to do is:

  • download this package http://windows.php.net/downloads/releases/php-5.2.11-nts-Win32-VC6-x86.zip"
  • unzip
  • copy libmysql.dll into xampp\apache\bin and xampp\php
  • restart apache

All should be good now.

Read more

How to Install the Latest PHP Version on Windows Subsystem for Linux (WSL)

I needed to locally run a PHP project that required PHP 8. By default only PHP 7.x is available in WSL repository. To upgrade your PHP installation to the latest PHP 8.x version within Windows Subsystem for Linux (WSL) read on. Step 1: Launch Your WSL Environment Start

By Wojtek 18 Feb 2024

Network-attached storage (NAS) on local network with Raspberry PI

Do you have a few old external USB drives lying around collecting dust? Well, you could put them to good use with a simple and robust NAS (Network-attached storage) using a Rasberry Pi. Moreover, if you have plenty of old travel photos on that external drive, you could host

By Wojtek 18 Sep 2022
Install latest Python version on Raspberry Pi

Install latest Python version on Raspberry Pi

Install latest version of Python from source on Raspberry Pi in few simple steps. This should also work on most Linux distributions.

By Wojtek 06 Feb 2022

Configure local website on WSL2 with PHP and nginx

I needed to make some changes to an old PHP (Wordpress) site and wanted to quickly run it locally. I don't actively use PHP anymore therefore I didn't want to install XAMPP or anything big like this. The obvious idea was to use WSL to run

By Wojtek 01 Nov 2020

All your code are belong to us

Thoughts, stories and ideas on code and technology in general.<br>Blog title inspired by <a href="https://en.wikipedia.org/wiki/All_your_base_are_belong_to_us" target="_blank">this meme</a>

All your code are belong to us
Powered by Ghost