Drupal7 doesn't detect MySQL on CentOS, but Wordpress3 does?
        Posted  
        
            by 
                jyaworski
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by jyaworski
        
        
        
        Published on 2011-01-06T18:52:28Z
        Indexed on 
            2011/01/06
            20:55 UTC
        
        
        Read the original article
        Hit count: 275
        
Hey guys.
I'm running CentOS 5.5 here with Apache2, PHP5, and MySQL 5. My wordpress install on the same system runs perfectly, but the drupal7 install script only detects SQLite. The mysql module is enabled in php.ini, so that isn't the problem. Do you think it could be something with Drupal 7, or my PHP install? I tested it on localhost (I'm essentially running ArchLinux with Apache) and it installs just fine. I don't see a difference between my local php.ini and my server php.ini. I get this when accessing install.php on the server.
SQLite
The type of database your Drupal data will be stored in. Your PHP configuration only supports a single database type, so it has been automatically selected.
Edit: The mysql PDO module is installed already.
© Server Fault or respective owner