tntprojects commited on
Commit
6a93c36
·
verified ·
1 Parent(s): 22541b0

Update wp-config.php

Browse files
Files changed (1) hide show
  1. wp-config.php +1 -0
wp-config.php CHANGED
@@ -6,6 +6,7 @@ define( 'DB_HOST', 'localhost' );
6
  define( 'DB_CHARSET', 'utf8' );
7
  define( 'DB_COLLATE', '' );
8
 
 
9
  $table_prefix = 'wp_';
10
 
11
  define( 'WP_DEBUG', false );
 
6
  define( 'DB_CHARSET', 'utf8' );
7
  define( 'DB_COLLATE', '' );
8
 
9
+ // Esto le dice a WordPress que no intente usar MySQL
10
  $table_prefix = 'wp_';
11
 
12
  define( 'WP_DEBUG', false );