Spaces:
Sleeping
Sleeping
Update wp-config.php
Browse files- 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 );
|