PHP not talking to MySQL
        Posted  
        
            by 
                KodeSeeker
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by KodeSeeker
        
        
        
        Published on 2013-11-09T21:50:07Z
        Indexed on 
            2013/11/09
            21:52 UTC
        
        
        Read the original article
        Hit count: 309
        
Im trying to set up a AMP installation on my windows 8 laptop. However, Im not being able to get PHP to talk to MySQL. When I start apache server, the following error log is generated
PHP Warning:  PHP Startup: Unable to load dynamic library 'ext\\php_mysql.dll' - %1 is not a valid Win32 application.\r\n in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'ext\\php_mysqli.dll' - %1 is not a valid Win32 application.\r\n in Unknown on line ..
Any idea why this could be happening?
© Stack Overflow or respective owner