I have a lot of sites setup where every constant is noted as below. This allows me to pre-include overrides for different environments. `defined( 'DB_USER' ) or define( 'DB_USER', 'wp' );` The SET and DELETE commands fail.