Title: Installation probs: install.php
Last modified: August 19, 2016

---

# Installation probs: install.php

 *  Resolved [vivekg](https://wordpress.org/support/users/vivekg/)
 * (@vivekg)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/installation-probs-installphp/)
 * Hi,
 * I have downloaded the WordPress & then change the wp-config.php. Deploy it in
   my local apache server in htdocs folder. then i try to run install.php but it
   is asking for open or save. I m saying open but it is not opening tht. What to
   do???

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/installation-probs-installphp/#post-880543)
 * May need to add:
    `AddType application/x-httpd-php .php`
 * to your httpd.conf file.
 * Resource:
    [Installing WordPress on your own computer](http://codex.wordpress.org/Installing_WordPress#Installing_WordPress_on_your_own_Computer)
 *  Thread Starter [vivekg](https://wordpress.org/support/users/vivekg/)
 * (@vivekg)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/installation-probs-installphp/#post-880544)
 * thx.
 * I have done that & it still while running the URL as
    [http://localhost/wordpress/wp-admin/install.php](http://localhost/wordpress/wp-admin/install.php)
 * is throwing an error
    Your PHP installation appears to be missing the MySQL extension
   which is required by WordPress.
 *  While i have renamed the file to wp-config.php and provided all the details 
   as
    <?php // ** MySQL settings ** // define(‘DB_NAME’, ‘wordpress’); // The name
   of the database define(‘DB_USER’, ‘root’); // Your MySQL username define(‘DB_PASSWORD’,‘
   password’); // …and password define(‘DB_HOST’, ‘192.168.0.85’); // 99% chance
   you won’t need to change this value define(‘DB_CHARSET’, ‘utf8’); define(‘DB_COLLATE’,”);
 * // Change each KEY to a different unique phrase. You won’t have to remember the
   phrases later,
    // so make them long and complicated. You can visit [http://api.wordpress.org/secret-key/1.1/](http://api.wordpress.org/secret-key/1.1/)//
   to get keys generated for you, or just make something up. Each key should have
   a different phrase. define(‘AUTH_KEY’, ‘AqW(Au0hm)tl3`3.R]SZtv4 IE0H)=wD86~\’%
   lV@%=+zS&u~I_<Xx(1Ee8{9nIm/’); // Change this to a unique phrase. define(‘SECURE_AUTH_KEY’,‘?
   c0U]CHO.i1\\Z3v])_gI[5Rk+WP&If6L9jwKK9#i2/%jwu+?HL}VdxjD$*?D/ed#’); // Change
   this to a unique phrase. define(‘LOGGED_IN_KEY’, ‘g+^/GEDyf<W73s Y{pf}/fsS;|TF.?[
   Ki[T]D`NOB^nz;48<:f\’,7*TQ*E?Io6LD’); // Change this to a unique phrase.
 * // You can have multiple installations in one database if you give each a unique
   prefix
    $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!
 * // Change this to localize WordPress. A corresponding MO file for the
    // chosen
   language must be installed to wp-content/languages. // For example, install de.
   mo to wp-content/languages and set WPLANG to ‘de’ // to enable German language
   support. define (‘WPLANG’, ”);
 * /* That’s all, stop editing! Happy blogging. */
 * if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’); require_once(
   ABSPATH . ‘wp-settings.php’); ?>
 * what to do???
 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/installation-probs-installphp/#post-880545)
 * [http://wordpress.org/search/Your+PHP+installation+appears+to+be+missing+the+MySQL+extension+which+is+required+by+WordPress?forums=1](http://wordpress.org/search/Your+PHP+installation+appears+to+be+missing+the+MySQL+extension+which+is+required+by+WordPress?forums=1)
 *  Thread Starter [vivekg](https://wordpress.org/support/users/vivekg/)
 * (@vivekg)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/installation-probs-installphp/#post-880561)
 * I have already go through tht but changed evrythng related to tht. But prob still
   there.
 * See what changes i have done in PHP.ini till now…
 * —->>>>>set the path to ext
 * ; Directory in which the loadable extensions (modules) reside.
    extension_dir
   =”C:\Program Files\PHP\ext”
 * —->>>>> uncommented the mysql.dll
 * ;;;;;;;;;;;;;;;;;;;;;;
    ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; ; ; If 
   you wish to have an extension loaded automatically, use the following ; syntax:;;
   extension=modulename.extension ; ; For example, on Windows: ; extension=msql.
   dll ; ; … or under UNIX: ; ; extension=msql.so ;
 * —->>>>> extensions also there defined in ini file
 * [PHP_MSQL]
    extension=php_msql.dll [PHP_MSSQL] extension=php_mssql.dll [PHP_MYSQL]
   extension=php_mysql.dll [PHP_MYSQLI] extension=php_mysqli.dll
 * —->>>>> one thing i found while searching is tht thr is no db.php inside wp-content.
   What to do for tht???
 *  [divanesaz](https://wordpress.org/support/users/divanesaz/)
 * (@divanesaz)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/installation-probs-installphp/#post-880564)
 * ooooh !
    i have that problem too ! some body help me ! PLEASE !!!!!!!!!!!
 *  Thread Starter [vivekg](https://wordpress.org/support/users/vivekg/)
 * (@vivekg)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/installation-probs-installphp/#post-880565)
 * hey divanesaz,
 * If u have db.php in your wp-content folder or not??? If u have then please post
   its content so tht I can go ahead with this probs to solve this
 * Thx in advance
 *  Thread Starter [vivekg](https://wordpress.org/support/users/vivekg/)
 * (@vivekg)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/installation-probs-installphp/#post-880569)
 * hey…i have done it using WAMP…all probs solved

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Installation probs: install.php’ is closed to new replies.

## Tags

 * [install.php](https://wordpress.org/support/topic-tag/install-php/)

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 7 replies
 * 3 participants
 * Last reply from: [vivekg](https://wordpress.org/support/users/vivekg/)
 * Last activity: [17 years, 6 months ago](https://wordpress.org/support/topic/installation-probs-installphp/#post-880569)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
