Title: WP-CONFIG.php &#8211; WordPress
Last modified: August 20, 2016

---

# WP-CONFIG.php – WordPress

 *  [BackY](https://wordpress.org/support/users/backy/)
 * (@backy)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/wp-configphp-wordpress/)
 * So, Is there a way force my WP-CONFIG.php file, change it’s values, automatically.
   
   For example this peace of code:
 * /** MySQL database username */
    define(‘DB_USER’, ‘**username**‘);
 * /** MySQL database password */
    define(‘DB_PASSWORD’, ‘**password**‘);
 * I want the ‘username’ and ‘password’ value, to be changed (with given values)
   every X minutes.
    For example, after 30minutes, the username will become: username1,
   and the password will become: password1
 * This is due to my MYSQL user queries per hours.
    _I have 75,000queries per hour,
   by a single user, but by changing the users every X minutes, I will manage to
   increace that limit.._

The topic ‘WP-CONFIG.php – WordPress’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [BackY](https://wordpress.org/support/users/backy/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/wp-configphp-wordpress/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
