If you get this error: "Error in my_thread_global_end(): 1 threads didn't exist"
When you access your php script that trying to MySQL server.
This is because an issue in MySQL.
To fix it you have to:
- go to your PHP install directory ex : c:\php and rename libmysql.dll to libmysql.old
- head to www.php.net/releases/ and grab 5.2.1 Windows Binary download
- open the zip
- copy libmysql.dll to your PHP directory ex: c:\PHP
Hey, it works! Thank you.
Post new comment