PHP mySQL Problem!?

Status
Not open for further replies.

ziycon

New Member
I had this problem before and sorted it but now i cant figure it out and i've done everything.

I have apache, php and mysql installed. Apache works fine with php and pages are rendering fine, mysql works fine in the console window.

When i try to use phpmyadmin i get 'Cannot load mysql extension', i have the extensions folder in the right location and the php.ini file is edited correctly!

I have found that some of the .dll files from the 'ext' forlder holding the extensions will load and some wont!??! i also have the 'libmysql.dll' file in the system32 folder and the PATH is set!

When i try to open a page that has DB stuff on it the page comes up just blank and the source is just blank aswell!

Any ideas?
 

ziycon

New Member
Got it sorted, the problem was that i was using the 'libmysql.dll' folder from a different PC, so i copied the 'libmysql.dll' file from the root folder of the mysql installation into the system32 folder and it works fine.
 
Status
Not open for further replies.
Top