ArPharazon wrote:
Hi Basil,
I had the same issue and managed to resolve it.
You dont mention which version of PHP you are using, so I'll assume its the latest - i.e. PHP v5.1.4.
First of all, head over to the mysql site and grab their version of the mysql api file for php:
-
http://dev.mysql.com/get/Downloads/Conn ... /from/pick [contains php_mysql.dll & libmysql.dll]
Place the 'libmysql.dll' in the "c:\php" folder and 'php_mysql.dll' into the "c:\php\ext" folder (overwriting the existing files from the default php download.
Now check the windows security permissions for both of these files and ensure that its inheriting from the parent. You can fix it if necessary by toggling the inheritance checkbox and applying.
That should do it - at least, thats what worked for me.
Hope this helps!
Problem
almost solved!

MySQL is now showing as available - I can finally see it in my PHP info file, also. However, on the Joomla pre installation page, the session save path has changed from being
writable to
unwritable. I'll do a search of the forum and see if I can find out why, but I just wanted to keep everything in here, if you guys have any suggestions?
Thanks to RobInk and ArPharazon for their patience.
bustmybrain - Make sure you follow the instructions in this thread, noting the quoted post here and the uncommenting of extensions in your php config file, also look up how to make a phpinfo file so you can check the status of your php, try copying the file c:/PHP/backup/php (configuration settings) to c:/PHP/ if it's not already there, it'll need to be.