MySQL Forums
Forum List  »  Newbie

FIXED ERROR Re: Error in my_thread_global_end(): 1 threads didn't exit
Posted by: Simon Howe
Date: April 25, 2008 05:02AM

I HAVE FIXED MY ERROR !!!!! Error in my_thread_global_end(): 1 threads didn't exit

I have just installed PHP5 and mySQL( 5.0.51'b' for windows ) a was getting the same error. When I
<?PHP

phpinfo();

?>
I got


mysql
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 5.0.45 <--------
AND
mysqli
MysqlI Support enabled
Client API library version 5.0.45 <--------
Client API header version 5.0.45 <--------
MYSQLI_SOCKET /tmp/mysql.sock


When I renamed the libmysql.dll to libmysqlOLD.dll in C:\PHP\ and copied the libmysql.dll file from my instalation location C:\MySQL\lib\ to C:\PHP\ and the error went and my phpinfo(); now reads
mysql
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 5.0.51b
AND
mysqli
MysqlI Support enabled
Client API library version 5.0.51b <--------
Client API header version 5.0.45
MYSQLI_SOCKET /tmp/mysql.sock

WITH NO ERRORS
Hope this helps



Edited 3 time(s). Last edit at 04/25/2008 12:15PM by Simon Howe.

Options: ReplyQuote


Subject
Written By
Posted
FIXED ERROR Re: Error in my_thread_global_end(): 1 threads didn't exit
April 25, 2008 05:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.